Skip to content

Commit 6de015c

Browse files
committed
Add an npm script
1 parent 0eee3e8 commit 6de015c

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
@@ -58,6 +58,7 @@
5858
"xo": "^0.53.0"
5959
},
6060
"scripts": {
61+
"prepack": "npm run build && npm run format",
6162
"build": "tsc --build --clean && tsc --build && type-coverage",
6263
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
6364
"test-api": "node --conditions development test.js",

0 commit comments

Comments
 (0)