Commit 9642700a authored by Christopher Chedeau's avatar Christopher Chedeau
Browse files

add `npm run create-react-app` alias

parent b0c1f224
Showing with 2 additions and 1 deletion
+2 -1
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
"version": "0.0.1", "version": "0.0.1",
"scripts": { "scripts": {
"start": "node scripts/start.js local", "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": { "dependencies": {
"autoprefixer": "^6.3.7", "autoprefixer": "^6.3.7",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment