File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 46
46
"dev:gemini" : " OCO_AI_PROVIDER='gemini' ts-node ./src/cli.ts" ,
47
47
"build" : " rimraf out && node esbuild.config.js" ,
48
48
"build:push" : " npm run build && git add . && git commit -m 'build' && git push" ,
49
- "deploy" : " npm run build:push && git push --tags && npm publish --tag latest" ,
50
- "deploy:patch" : " npm version patch && npm run deploy" ,
49
+ "deploy" : " npm publish --tag latest" ,
50
+ "deploy:build" : " npm run build:push && git push --tags && npm run deploy" ,
51
+ "deploy:patch" : " npm version patch && npm run deploy:build" ,
51
52
"lint" : " eslint src --ext ts && tsc --noEmit" ,
52
53
"format" : " prettier --write src" ,
53
54
"test" : " node --no-warnings --experimental-vm-modules $( [ -f ./node_modules/.bin/jest ] && echo ./node_modules/.bin/jest || which jest ) test/unit" ,
You can’t perform that action at this time.
0 commit comments