Skip to content

Commit 2a75904

Browse files
committedJun 13, 2018
chore(package): add start script
1 parent 1488954 commit 2a75904

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
@@ -6,6 +6,7 @@
66
"browser": "browser",
77
"scripts": {
88
"test": "jest",
9+
"start": "node demo/server.js",
910
"prepare": "npm run build",
1011
"build": "babel src -d lib",
1112
"lint": "eslint --ext js,jsx ."

0 commit comments

Comments
 (0)
Please sign in to comment.