Skip to content

Commit 9f1bddc

Browse files
committed
chore: rename build script
1 parent 0a9d851 commit 9f1bddc

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"bats": "node tools/bats.js --timing --verbose-run",
1414
"build": "run-s 'build:*'",
15-
"build:cli": "node tools/esbuild.js",
15+
"build:cli": "node tools/build.js",
1616
"eslint": "eslint --cache .",
1717
"eslint-fix": "eslint --cache --fix .",
1818
"lint": "run-s prettier eslint lint:types lint:markdown",
File renamed without changes.

0 commit comments

Comments
 (0)