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.
1 parent 615d38a commit b5f0cc7Copy full SHA for b5f0cc7
package.json
@@ -193,7 +193,7 @@
193
"watch": "npm-run-all -p watch:*",
194
"watch:esbuild": "node esbuild.js --watch",
195
"watch:test": "node esbuild.test.js --watch",
196
- "package": "npm run build",
+ "package": "npm run compile",
197
"compile-tests": "node esbuild.test.js",
198
"pretest": "npm run compile && npm run compile-tests && npm run lint",
199
"check-types": "tsc --noEmit",
0 commit comments