Skip to content

Commit

Permalink
feat(code style): add Eslint and Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Wave committed Jun 26, 2024
1 parent 9c467bb commit 0d0bfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"prepare": "husky install",
"commit": "cz",
"pre-release": "node ./scripts/release/release.js",
"release": "git commit --allow-empty -m \"chore: release 0.0.1\" -m \"Release-As: 0.0.1\" && npm run deploy-release",
"release": "git commit --allow-empty -m \"chore: release 0.0.2\" -m \"Release-As: 0.0.2\" && npm run deploy-release",
"deploy-release": "git push origin main",
"update": "git pull"
},

0 comments on commit 0d0bfca

Please sign in to comment.