Skip to content

Commit

Permalink
build before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanstitt committed Jul 3, 2021
1 parent 75809d7 commit efef48f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dist
.env.development.local
.env.test.local
.env.production.local
./styles.*
/styles.*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"scripts": {
"start": "vite",
"prepare": "run-s build",
"build": "LIBRARY=1 ./bin/build",
"lint:js": "eslint src/**/*",
"deploy": "./bin/build && gh-pages -d dist"
Expand Down

0 comments on commit efef48f

Please sign in to comment.