Skip to content

Commit

Permalink
Adds publish script to main NPM package descriptor (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
olange committed Feb 21, 2019
1 parent a809bbe commit ecdca96
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 @@ -6,7 +6,8 @@
"license": "BSD-3-Clause",
"scripts": {
"bootstrap": "npm install && ./scripts/bootstrap.sh",
"dev": "polyserve --npm --module-resolution=node --open-path=demos/index.html --open"
"dev": "polyserve --npm --module-resolution=node --open-path=demos/index.html --open",
"publish": "npx lerna publish"
},
"devDependencies": {
"@webcomponents/webcomponentsjs": "^2.2.4",
Expand Down

0 comments on commit ecdca96

Please sign in to comment.