Skip to content

Commit

Permalink
add test and start scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ananavati committed Oct 24, 2016
1 parent f6c35f1 commit 9b790bb
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 @@ -10,7 +10,8 @@
"build-fixture": "browserify --full-paths ./test/fixture/index.js > ./test/fixture/bundle.js && browserify ./test/fixture/index.js > ./test/fixture/bundle-no-full.js",
"demo": "npm run prepublish && opener index.html",
"rework": "node lib/bundle-css > build/style.css",
"test": "node test | tap-spec"
"test": "node test | tap-spec",
"start": "npm run demo"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9b790bb

Please sign in to comment.