mirror of
https://github.com/prymitive/karma
synced 2026-02-13 20:59:53 +00:00
fix(ci): remove experimental flag
This commit is contained in:
committed by
Łukasz Mierzwa
parent
61f7005788
commit
c8cf54c763
@@ -54,7 +54,7 @@ format: $(NODE_PATH)/prettier
|
||||
prettier --write 'src/**/*.ts' 'src/**/*.tsx'
|
||||
|
||||
dist/stats.json: build
|
||||
env NODE_OPTIONS=--no-experimental-fetch npx source-map-explorer dist/assets/*.{js,css} --json > dist/stats.json
|
||||
npx source-map-explorer dist/assets/*.{js,css} --json > dist/stats.json
|
||||
|
||||
.PHONY: npm-upgrade
|
||||
npm-upgrade:
|
||||
|
||||
Reference in New Issue
Block a user