Skip to content

Commit 5f0c70f

Browse files
authored
Merge pull request kubernetes-client#562 from DocX/patch-1
Add prepack script to package scripts
2 parents 35f75d7 + ea3a4d1 commit 5f0c70f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"watch": "tsc --watch",
2727
"test": "nyc mocha",
2828
"prepare": "npm run build",
29+
"prepack": "npm run build",
2930
"docs": "typedoc src/gen/api"
3031
},
3132
"nyc": {

0 commit comments

Comments
 (0)