We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9411f commit 765e988Copy full SHA for 765e988
1 file changed
package.json
@@ -41,8 +41,8 @@
41
"start": "node ./out/cli.cjs",
42
"dev": "ts-node ./src/cli.ts",
43
"build": "rimraf out && node esbuild.config.js",
44
- "deploy": "npm run build:push && npm version patch && git push --tags && git push && npm publish --tag latest",
45
"build:push": "npm run build && git add . && git commit -m 'build' && git push",
+ "deploy": "npm run build:push && npm version patch && git push --tags && git push && npm publish --tag latest",
46
"lint": "eslint src --ext ts && tsc --noEmit",
47
"format": "prettier --write src"
48
},
@@ -78,4 +78,4 @@
78
"inquirer": "^9.1.4",
79
"openai": "^3.2.1"
80
}
81
-}
+}
0 commit comments