Skip to content

Commit

Permalink
chore(build): update postpublish script for compatibility with node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthlatest committed Sep 27, 2024
1 parent 57267e5 commit 3a5c9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"build:copy-types": "npx babel-node ./scripts/copy-types.js",
"build:umd": "cross-env BABEL_ENV=commonjs webpack --progress --mode=production --config webpack.config.umd.js",
"stats": "NODE_OPTIONS=--openssl-legacy-provider webpack --progress --mode=production --config webpack.config.umd.js --json > stats.json",
"version-upgrade": "nps upgrade -c ../../package-scripts.js",
"version-upgrade": "NODE_OPTIONS=--openssl-legacy-provider nps upgrade -c ../../package-scripts.js",
"prepublishOnly": "yarn run build",
"postpublish": "yarn run version-upgrade",
"test": "jest",
Expand Down

0 comments on commit 3a5c9ee

Please sign in to comment.