We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9d851 commit 9f1bddcCopy full SHA for 9f1bddc
2 files changed
package.json
@@ -12,7 +12,7 @@
12
"scripts": {
13
"bats": "node tools/bats.js --timing --verbose-run",
14
"build": "run-s 'build:*'",
15
- "build:cli": "node tools/esbuild.js",
+ "build:cli": "node tools/build.js",
16
"eslint": "eslint --cache .",
17
"eslint-fix": "eslint --cache --fix .",
18
"lint": "run-s prettier eslint lint:types lint:markdown",
tools/esbuild.js tools/build.jstools/esbuild.js renamed to tools/build.js
0 commit comments