Skip to content

Commit

Permalink
publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Nov 3, 2018
1 parent 5242e91 commit f87e3fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"test": "jasmine",
"run": "./node_modules/http-server/bin/http-server ./test/",
"build": "rollup -c --environment BUILD:production",
"build-debug": "rollup -c -m inline --environment BUILD:debug"
"build-debug": "rollup -c -m inline --environment BUILD:debug",
"publish" : "npm publish",
"publish-beta": "npm publish --tag beta"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f87e3fa

Please sign in to comment.