We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
yarn cli
1 parent 6fdce47 commit ca4165aCopy full SHA for ca4165a
1 file changed
package.json
@@ -84,7 +84,7 @@
84
"build:fat": "yarn run compile-config-schema && tsc -p tsconfig.build.json",
85
"build:watch": "yarn run compile-config-schema && tsc -p tsconfig.build.json --watch",
86
"build": "yarn compile-config-schema && esbuild src/index.ts --bundle --platform=node --target=node10.8 --outfile=dist/craft --minify",
87
- "precli": "build",
+ "precli": "yarn build",
88
"cli": "node dist/craft",
89
"clean": "rimraf dist coverage",
90
"fix": "prettier --write .",
0 commit comments