Skip to content

Commit

Permalink
fix: fix permission denied
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwa committed Sep 6, 2022
1 parent 0695c43 commit 40fefbf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@
"format": "prettier --config ./.prettierrc --write \"./**/*.{ts,js,json}\" ",
"test": "vitest",
"prepare": "husky install",
"verp": "standard-version -r patch",
"verm": "standard-version -r minor"
"v": "standard-version",
"vp": "standard-version -r patch",
"vm": "standard-version -r minor",
"vr": "standard-version -r preprelese"
},
"author": "dongwa",
"license": "MIT",
Expand Down

0 comments on commit 40fefbf

Please sign in to comment.