add setup script

This commit is contained in:
Kent C. Dodds 2016-06-15 07:31:32 -06:00
parent 7528acdb62
commit 869c245c8a

View File

@ -56,6 +56,7 @@
"prebuild:prod": "npm run clean-and-copy",
"build": "webpack --env.dev",
"build:prod": "webpack --env.prod -p",
"lint": "eslint ."
"lint": "eslint .",
"setup": "npm install && npm run validate"
}
}