chore: add 'npm run fmt' and 'npm run bump'
This commit is contained in:
parent
9c3f325bd3
commit
07fc543ab6
|
@ -11,6 +11,9 @@
|
||||||
"scripts"
|
"scripts"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"bump": "npm version -m \"chore(release): bump to v%s\"",
|
||||||
|
"fmt": "npm run prettier",
|
||||||
|
"prettier": "npx -p prettier@3.x -- prettier -w '**/*.{js,md}'",
|
||||||
"test": "node ./test.js"
|
"test": "node ./test.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue