mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ci): fix diff action
This commit is contained in:
committed by
Łukasz Mierzwa
parent
fb61e733df
commit
60f93179ba
@@ -54,7 +54,7 @@ format: $(NODE_PATH)/prettier
|
||||
prettier --write 'src/**/*.ts' 'src/**/*.tsx'
|
||||
|
||||
build/stats.json: build
|
||||
npx source-map-explorer build/static/*/*.{js,css} --json > build/stats.json
|
||||
env NODE_OPTIONS=--no-experimental-fetch npx source-map-explorer build/static/*/*.{js,css} --json > build/stats.json
|
||||
|
||||
.PHONY: backup-css
|
||||
backup-css:
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
"test": "react-scripts test",
|
||||
"storybook": "start-storybook",
|
||||
"snapshot": "build-storybook --quiet && percy storybook --verbose ./storybook-static",
|
||||
"analyze": "NODE_OPTIONS=--no-experimental-fetch npx source-map-explorer 'build/static/js/*.js'"
|
||||
"analyze": "npx source-map-explorer 'build/static/js/*.js'"
|
||||
},
|
||||
"jest": {
|
||||
"collectCoverageFrom": [
|
||||
|
||||
Reference in New Issue
Block a user