Skip to content

Commit

Permalink
package.json: added 'prepublishOnly' lifecycle script
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Mar 26, 2024
1 parent 4d33080 commit 4fb0e34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"build": "npm run build:all",
"test:start": "npx http-server test/ -p 8080",
"test": "npm run test:start",
"postinstall": "node scripts/postinstall.js"
"postinstall": "node scripts/postinstall.js",
"prepublishOnly": "npm run build:all"
},
"dependencies": {
"@yoursunny/asn1": "~0.0.20200718",
Expand Down

0 comments on commit 4fb0e34

Please sign in to comment.