We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57267e5 commit 3a5c9eeCopy full SHA for 3a5c9ee
packages/web/package.json
@@ -19,7 +19,7 @@
19
"build:copy-types": "npx babel-node ./scripts/copy-types.js",
20
"build:umd": "cross-env BABEL_ENV=commonjs webpack --progress --mode=production --config webpack.config.umd.js",
21
"stats": "NODE_OPTIONS=--openssl-legacy-provider webpack --progress --mode=production --config webpack.config.umd.js --json > stats.json",
22
- "version-upgrade": "nps upgrade -c ../../package-scripts.js",
+ "version-upgrade": "NODE_OPTIONS=--openssl-legacy-provider nps upgrade -c ../../package-scripts.js",
23
"prepublishOnly": "yarn run build",
24
"postpublish": "yarn run version-upgrade",
25
"test": "jest",
0 commit comments