Skip to content

Commit 5ad6c44

Browse files
author
Kevin Scott
committed
Add a prepublish step
1 parent 561207c commit 5ad6c44

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
@@ -9,6 +9,7 @@
99
"clean": "rimraf dist/*",
1010
"watch": "npm run build -- --watch",
1111
"build": "npm run clean && tsc --project tsconfig.json",
12+
"prepublish": "npm run build",
1213
"test": "jest"
1314
},
1415
"keywords": [

0 commit comments

Comments
 (0)