Skip to content
This repository was archived by the owner on Jan 4, 2019. It is now read-only.

Commit b0e6959

Browse files
committed
build: Add start script to package.json
1 parent ca570fc commit b0e6959

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
@@ -5,6 +5,7 @@
55
"main": "main.tsx",
66
"scripts": {
77
"commit": "git-cz",
8+
"start": "gulp",
89
"gulp": "gulp",
910
"test": "istanbul cover _mocha -- -R spec dist/test/**/*Tests.js",
1011
"check-coverage": "istanbul check-coverage ",

0 commit comments

Comments
 (0)