Skip to content

Commit bc9ea42

Browse files
committed
chore: add prestart script
1 parent cc6f862 commit bc9ea42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"scripts": {
99
"dev": "ts-node-dev --respawn -r tsconfig-paths/register src/index.ts",
1010
"build": "rimraf ./bin && rollup -c rollup.config.js",
11+
"prestart": "npm run build",
1112
"start": "npm unlink @allohamora/cli && npm link @allohamora/cli && ./bin/cli.js",
1213
"prepare": "husky install",
1314
"format": "prettier .",

0 commit comments

Comments
 (0)