Skip to content

Commit 3a5c9ee

Browse files
chore(build): update postpublish script for compatibility with node v18
1 parent 57267e5 commit 3a5c9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"build:copy-types": "npx babel-node ./scripts/copy-types.js",
2020
"build:umd": "cross-env BABEL_ENV=commonjs webpack --progress --mode=production --config webpack.config.umd.js",
2121
"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",
22+
"version-upgrade": "NODE_OPTIONS=--openssl-legacy-provider nps upgrade -c ../../package-scripts.js",
2323
"prepublishOnly": "yarn run build",
2424
"postpublish": "yarn run version-upgrade",
2525
"test": "jest",

0 commit comments

Comments
 (0)