We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6f862 commit bc9ea42Copy full SHA for bc9ea42
package.json
@@ -8,6 +8,7 @@
8
"scripts": {
9
"dev": "ts-node-dev --respawn -r tsconfig-paths/register src/index.ts",
10
"build": "rimraf ./bin && rollup -c rollup.config.js",
11
+ "prestart": "npm run build",
12
"start": "npm unlink @allohamora/cli && npm link @allohamora/cli && ./bin/cli.js",
13
"prepare": "husky install",
14
"format": "prettier .",
0 commit comments