Skip to content

Commit ac69298

Browse files
author
robot
committed
feat: release
1 parent 6825731 commit ac69298

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/ && 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",
2727
"lint": "eslint src",
2828
"start": "react-app-rewired start",
2929
"build-web": "PUBLIC_URL=/leetcode-cheat react-app-rewired build",

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "leetcode cheatsheet",
44
"description": "刷题小助手,made by 力扣加加",
5-
"version": "0.10.5",
5+
"version": "0.10.6",
66
"browser_action": {
77
"default_popup": "index.html",
88
"default_title": "力扣加加"

0 commit comments

Comments
 (0)