Skip to content

Commit

Permalink
chore: prepublishOnly script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kok Kek committed Jun 3, 2023
1 parent 45b621d commit f1f2a96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
],
"scripts": {
"build": "tsc --build .",
"env": "cpy .env.example . --rename .env"
"env": "cpy .env.example . --rename .env",
"prepublishOnly": "yarn build"
},
"dependencies": {
"mocha": "^10.2.0",
Expand Down

0 comments on commit f1f2a96

Please sign in to comment.