2
0
mirror of https://github.com/thumbsup/thumbsup synced 2024-11-03 15:40:14 +00:00

Helper commands in package.json to build the example website

This commit is contained in:
rprieto 2014-06-04 19:18:56 +10:00
parent 63ee950684
commit 17c4b0f9f1

View File

@ -19,7 +19,9 @@
"url": "https://github.com/rprieto/thumbsup.git"
},
"scripts": {
"example": "node example/build.js"
"clean": "rm -rf example/website",
"example": "node example/build.js",
"open": "open example/website/index.html"
},
"bin": {
"thumbsup": "./bin/thumbsup.js"