Move generate script to package.json

This commit is contained in:
John Hobbs 2016-06-23 14:49:56 -05:00
parent 9d70b8dd5d
commit 5ab1418f5c
2 changed files with 2 additions and 3 deletions

View File

@ -56,6 +56,6 @@ The only Slack reaction gif's you'll ever need.
1. `npm install`
1. Add your parrot gif to `parrots/` and append an entry to `parrots.json`
1. `node generate.js`
1. `npm run build`
1. Open a PR
1. PARTY

View File

@ -2,9 +2,8 @@
"name": "cultofthepartyparrot.com",
"version": "1.0.0",
"description": "PARTY OR DIE",
"main": "generate.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "node generate.js"
},
"repository": {
"type": "git",