Skip to content

Commit b5f0cc7

Browse files
committed
fix: package command
1 parent 615d38a commit b5f0cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
"watch": "npm-run-all -p watch:*",
194194
"watch:esbuild": "node esbuild.js --watch",
195195
"watch:test": "node esbuild.test.js --watch",
196-
"package": "npm run build",
196+
"package": "npm run compile",
197197
"compile-tests": "node esbuild.test.js",
198198
"pretest": "npm run compile && npm run compile-tests && npm run lint",
199199
"check-types": "tsc --noEmit",

0 commit comments

Comments
 (0)