Skip to content

Commit

Permalink
Add build/upload npm commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mooz committed Aug 14, 2019
1 parent 468b43d commit 2f96cad
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 @@ -5,7 +5,8 @@
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "release-it"
"build": "./bin/build",
"upload": "./bin/upload"
},
"author": "Masafumi Oyamada",
"license": "MIT",
Expand Down

0 comments on commit 2f96cad

Please sign in to comment.