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:
parent
63ee950684
commit
17c4b0f9f1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user