Skip to content

Commit

Permalink
fix(ci): remove experimental flag
Browse files Browse the repository at this point in the history
  • Loading branch information
prymitive committed Oct 21, 2024
1 parent 61f7005 commit c8cf54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c8cf54c

Please sign in to comment.