Skip to content

Commit 8713b17

Browse files
committed
chore: run build during npm's pack life cycle
1 parent 7180704 commit 8713b17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"check-format": "prettier -c .",
2626
"typecheck": "tsc",
2727
"test": "jest",
28-
"test:watch": "jest --watch"
28+
"test:watch": "jest --watch",
29+
"prepack": "npm run build"
2930
},
3031
"files": [
3132
"dist",

0 commit comments

Comments
 (0)