Skip to content

Commit

Permalink
imp build: add 'publish' script
Browse files Browse the repository at this point in the history
  • Loading branch information
hormesiel committed Apr 22, 2022
1 parent 4717637 commit 857c9c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"module": "dist/static-auth.esm.js",
"source": "index.ts",
"scripts": {
"build": "microbundle"
"build": "microbundle",
"publish": "yarn build && npm publish"
},
"dependencies": {
"basic-auth": "^2.0.1",
Expand Down

0 comments on commit 857c9c9

Please sign in to comment.