fix(ci): fix diff action

This commit is contained in:
Łukasz Mierzwa
2022-05-10 09:11:18 +01:00
committed by Łukasz Mierzwa
parent fb61e733df
commit 60f93179ba
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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": [