We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540b4b3 commit d40e2caCopy full SHA for d40e2ca
package.json
@@ -43,6 +43,7 @@
43
"dev": "ts-node ./src/cli.ts",
44
"build": "rimraf out && node esbuild.config.js",
45
"deploy": "npm run build && npm version patch && npm publish --tag latest",
46
+ "build:push": "npm run build && git add . && git commit -m 'build' && git push",
47
"lint": "eslint src --ext ts && tsc --noEmit",
48
"format": "prettier --write src"
49
},
0 commit comments