We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8be385 commit 702eab9Copy full SHA for 702eab9
1 file changed
out/cli.cjs
@@ -16313,7 +16313,7 @@ var package_default = {
16313
start: "node ./out/cli.cjs",
16314
dev: "ts-node ./src/cli.ts",
16315
build: "rimraf out && node esbuild.config.js",
16316
- deploy: "npm run build && npm version patch && git push origin --tags && npm publish --tag latest",
+ deploy: "npm run build:push && npm version patch && git push origin --tags && npm publish --tag latest",
16317
"build:push": "npm run build && git add . && git commit -m 'build' && git push",
16318
lint: "eslint src --ext ts && tsc --noEmit",
16319
format: "prettier --write src"
0 commit comments