Skip to content

Commit

Permalink
chore: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
awmleer committed Jul 12, 2023
1 parent acca3ab commit 45825de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": false,
"scripts": {
"start": "dumi dev",
"build": "gulp build",
"build": "NODE_OPTIONS=--no-experimental-fetch gulp build",
"test": "jest",
"lint": "tslint -p tsconfig.json",
"umd": "rollup --config rollup.config.js",
Expand Down

0 comments on commit 45825de

Please sign in to comment.