File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
"rome" : " ^10.0.4-beta"
24
24
},
25
25
"scripts" : {
26
- "release" : " zip -r leetcode-cheat.zip build/ && mv leetcode-cheat.zip ../leetcode-cheat-release/ && cd ../leetcode-cheat-release && git commit -am 'feat: release' && git push" ,
26
+ "release" : " zip -r leetcode-cheat.zip build/ && git commit -am 'feat: release' && git push" ,
27
27
"lint" : " eslint src" ,
28
28
"start" : " react-app-rewired start" ,
29
29
"build-web" : " PUBLIC_URL=/leetcode-cheat react-app-rewired build" ,
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 2 ,
3
3
"name" : " leetcode cheatsheet" ,
4
4
"description" : " 刷题小助手,made by 力扣加加" ,
5
- "version" : " 0.10.5 " ,
5
+ "version" : " 0.10.6 " ,
6
6
"browser_action" : {
7
7
"default_popup" : " index.html" ,
8
8
"default_title" : " 力扣加加"
You can’t perform that action at this time.
0 commit comments