Skip to content

Commit 702eab9

Browse files
committed
build
1 parent e8be385 commit 702eab9

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
@@ -16313,7 +16313,7 @@ var package_default = {
1631316313
start: "node ./out/cli.cjs",
1631416314
dev: "ts-node ./src/cli.ts",
1631516315
build: "rimraf out && node esbuild.config.js",
16316-
deploy: "npm run build && npm version patch && git push origin --tags && npm publish --tag latest",
16316+
deploy: "npm run build:push && npm version patch && git push origin --tags && npm publish --tag latest",
1631716317
"build:push": "npm run build && git add . && git commit -m 'build' && git push",
1631816318
lint: "eslint src --ext ts && tsc --noEmit",
1631916319
format: "prettier --write src"

0 commit comments

Comments
 (0)