Skip to content

Commit

Permalink
fix(prepublishonly): export NODE_OPTIONS (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
redgeoff authored Jan 16, 2022
1 parent e0f1e25 commit d1dcf1c
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 @@ -52,7 +52,7 @@
"bundle": "webpack",
"touch": "find src -exec touch {} \\;",
"analyze-bundle": "webpack --json > ./dist/stats.json && webpack-bundle-analyzer ./dist/stats.json",
"prepublishOnly": "NODE_OPTIONS=--openssl-legacy-provider && yarn compile && yarn bundle",
"prepublishOnly": "export NODE_OPTIONS=--openssl-legacy-provider && yarn compile && yarn bundle",
"semantic-release": "semantic-release",
"prepare": "git config core.hooksPath ./git-hooks"
},
Expand Down

0 comments on commit d1dcf1c

Please sign in to comment.