Skip to content

Commit

Permalink
Add prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
harryttd committed Nov 22, 2023
1 parent 20711ec commit 4273820
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 @@ -13,7 +13,8 @@
"access": "public"
},
"scripts": {
"build": "tsc"
"build": "tsc",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@pulumi/awsx": "0.40.0",
Expand Down

0 comments on commit 4273820

Please sign in to comment.