Skip to content

Commit 1255386

Browse files
committed
Fix building on release
1 parent dd68a6e commit 1255386

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"prepare": "husky",
2929
"release": "np",
3030
"test": "npm run build && npm run lint && npm run test:setup && ava",
31-
"test:setup": "node scripts/setup-tests"
31+
"test:setup": "node scripts/setup-tests",
32+
"prepare": "npm run build"
3233
},
3334
"files": [
3435
"dist/lib/*.js",

0 commit comments

Comments
 (0)