add npm run create-react-app alias

This commit is contained in:
Christopher Chedeau
2016-07-15 19:27:37 -07:00
parent b0c1f22458
commit 9642700a32

View File

@@ -3,7 +3,8 @@
"version": "0.0.1",
"scripts": {
"start": "node scripts/start.js local",
"build": "node scripts/build.js local"
"build": "node scripts/build.js local",
"create-react-app": "node global-cli/index.js --scripts-version \"$PWD/`npm pack`\""
},
"dependencies": {
"autoprefixer": "^6.3.7",