Skip to content

Commit aa134cc

Browse files
author
robot
committed
feat: release
1 parent 1b65e9a commit aa134cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"rome": "^10.0.4-beta"
2424
},
2525
"scripts": {
26-
"release": "zip -r leetcode-cheat.zip build/* && git commit -am 'feat: release' && git push",
26+
"release": "cd build && zip -r leetcode-cheat.zip . && mv leetcode-cheat.zip ../ && git commit -am 'feat: release' && git push",
2727
"lint": "eslint src",
2828
"start": "react-app-rewired start",
2929
"build-web": "PUBLIC_URL=/leetcode-cheat react-app-rewired build",

0 commit comments

Comments
 (0)