Skip to content

Commit

Permalink
Fix package command for node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
mindsers committed Mar 10, 2024
1 parent ebbb2a5 commit 3749b1e
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 @@ -19,7 +19,7 @@
},
"scripts": {
"lint": "eslint src/**/*.js",
"package": "ncc build index.js -o dist",
"package": "NODE_OPTIONS=--openssl-legacy-provider ncc build index.js -o dist",
"test": "npm run lint && jest"
},
"dependencies": {
Expand Down

0 comments on commit 3749b1e

Please sign in to comment.