Skip to content

Commit

Permalink
fix circular build script error that i wasn't paying attention to whe…
Browse files Browse the repository at this point in the history
…n i created it oops
  • Loading branch information
ericblade committed Oct 21, 2023
1 parent 7facc0a commit 42e471c
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 @@ -76,7 +76,7 @@
"build:dev": "npx cross-env NODE_ENV=development BUILD_ENV=development webpack --config configs/webpack.config.js",
"build:prod": "npx cross-env NODE_ENV=production BUILD_ENV=production webpack --config configs/webpack.config.min.js",
"build:node": "npx cross-env NODE_ENV=production BABEL_ENV=commonjs BUILD_ENV=node webpack --config configs/webpack.node.config.js",
"build": "npx cross-env NODE_OPTIONS=--openssl-legacy-provider npm run build",
"build": "npx cross-env NODE_OPTIONS=--openssl-legacy-provider npm run build-old",
"build-old": "npm run check-types && npm run build:dev && npm run build:prod && npm run build:node",
"watch": "npx cross-env BUILD_ENV=development webpack --watch",
"lint": "eslint src",
Expand Down

0 comments on commit 42e471c

Please sign in to comment.