This commit is contained in:
di-sukharev
2023-09-09 15:52:29 +08:00
parent 2761403735
commit e599700d72
+1 -1
View File
@@ -16427,7 +16427,7 @@ var package_default = {
dev: "ts-node ./src/cli.ts",
build: "rimraf out && node esbuild.config.js",
"build:push": "npm run build && git add . && git commit -m 'build' && git push",
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",
lint: "eslint src --ext ts && tsc --noEmit",
format: "prettier --write src"
},