Skip to content

Commit

Permalink
fix: 🐛 build files before releasing to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
SushiWaUmai committed May 30, 2022
1 parent 21bd0d6 commit baf1262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"scripts": {
"prepare": "husky install",
"release": "semantic-release",
"release": "yarn build && semantic-release",
"build": "vite build"
},
"devDependencies": {
Expand Down

0 comments on commit baf1262

Please sign in to comment.