diff --git a/out/cli.cjs b/out/cli.cjs index 973af86..d0725ee 100755 --- a/out/cli.cjs +++ b/out/cli.cjs @@ -16313,7 +16313,7 @@ var package_default = { start: "node ./out/cli.cjs", dev: "ts-node ./src/cli.ts", build: "rimraf out && node esbuild.config.js", - 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", "build:push": "npm run build && git add . && git commit -m 'build' && git push", lint: "eslint src --ext ts && tsc --noEmit", format: "prettier --write src"