Skip to content

Commit e599700

Browse files
committed
build
1 parent 2761403 commit e599700

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

out/cli.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16427,7 +16427,7 @@ var package_default = {
1642716427
dev: "ts-node ./src/cli.ts",
1642816428
build: "rimraf out && node esbuild.config.js",
1642916429
"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",
16430+
deploy: "npm version patch && npm run build:push && git push --tags && npm publish --tag latest",
1643116431
lint: "eslint src --ext ts && tsc --noEmit",
1643216432
format: "prettier --write src"
1643316433
},

0 commit comments

Comments
 (0)