Skip to content

Commit ca4165a

Browse files
committed
fix: Fix broken yarn cli command after refactor
1 parent 6fdce47 commit ca4165a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"build:fat": "yarn run compile-config-schema && tsc -p tsconfig.build.json",
8585
"build:watch": "yarn run compile-config-schema && tsc -p tsconfig.build.json --watch",
8686
"build": "yarn compile-config-schema && esbuild src/index.ts --bundle --platform=node --target=node10.8 --outfile=dist/craft --minify",
87-
"precli": "build",
87+
"precli": "yarn build",
8888
"cli": "node dist/craft",
8989
"clean": "rimraf dist coverage",
9090
"fix": "prettier --write .",

0 commit comments

Comments
 (0)