Skip to content

Commit

Permalink
fix(release): add npm task: "build"
Browse files Browse the repository at this point in the history
  • Loading branch information
line-o committed Jan 18, 2021
1 parent 79b89b7 commit 5a0265e
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 @@ -34,7 +34,8 @@
"license": "MIT",
"scripts": {
"test": "mocha src/test/mocha/*.js",
"start": "gulp install"
"start": "gulp install",
"build": "gulp build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5a0265e

Please sign in to comment.