Skip to content

Commit bfa03fc

Browse files
committed
Add build command to package.json
1 parent 7279f91 commit bfa03fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"typescript": "^2.5.3"
3030
},
3131
"scripts": {
32+
"build": "./node_modules/.bin/rollup -c",
3233
"test": "./node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- -R spec",
3334
"perf": "./node_modules/.bin/matcha perf.js"
3435
},

0 commit comments

Comments
 (0)