We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2761403 commit e599700Copy full SHA for e599700
1 file changed
out/cli.cjs
@@ -16427,7 +16427,7 @@ var package_default = {
16427
dev: "ts-node ./src/cli.ts",
16428
build: "rimraf out && node esbuild.config.js",
16429
"build:push": "npm run build && git add . && git commit -m 'build' && git push",
16430
- deploy: "npm run build:push && npm version patch && git push --follow-tags && npm publish --tag latest",
+ deploy: "npm version patch && npm run build:push && git push --tags && npm publish --tag latest",
16431
lint: "eslint src --ext ts && tsc --noEmit",
16432
format: "prettier --write src"
16433
},
0 commit comments