Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Add npm start script
Browse files Browse the repository at this point in the history
Fix #212 (Closes #213)
  • Loading branch information
arthurvr authored and addyosmani committed Jul 19, 2015
1 parent 3af5af0 commit e948c97
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 @@ -31,7 +31,8 @@
"web-component-tester": "^3.1.3"
},
"scripts": {
"test": "gulp test:local"
"test": "gulp test:local",
"start": "gulp serve"
},
"engines": {
"node": ">=0.10.0"
Expand Down

0 comments on commit e948c97

Please sign in to comment.