We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191b488 commit a4c1ec0Copy full SHA for a4c1ec0
package.json
@@ -15,7 +15,7 @@
15
"test": "jest --no-cache",
16
"lint": "eslint src --ext .js,.ts",
17
"format": "prettier --write .",
18
- "backup": "git add . && git commit -m \"chore: save the coding progress\" && git push"
+ "backup": "git add . && git commit -m \"chore: backup\" && git push"
19
},
20
"devDependencies": {
21
"eslint": "^8.5.0",
0 commit comments