Skip to content

Commit

Permalink
add npm run create-react-app alias
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeux committed Jul 18, 2016
1 parent b0c1f22 commit 9642700
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9642700

Please sign in to comment.