Skip to content

Commit

Permalink
Add build command to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alizain committed Oct 25, 2017
1 parent 7279f91 commit bfa03fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"typescript": "^2.5.3"
},
"scripts": {
"build": "./node_modules/.bin/rollup -c",
"test": "./node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- -R spec",
"perf": "./node_modules/.bin/matcha perf.js"
},
Expand Down

0 comments on commit bfa03fc

Please sign in to comment.