Skip to content

Commit cea3582

Browse files
committed
add npm run create-react-app alias
1 parent 0c3631c commit cea3582

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "0.0.1",
44
"scripts": {
55
"start": "node scripts/start.js local",
6-
"build": "node scripts/build.js local"
6+
"build": "node scripts/build.js local",
7+
"create-react-app": "node global-cli/index.js --scripts-version \"$PWD/`npm pack`\""
78
},
89
"dependencies": {
910
"autoprefixer": "^6.3.7",

0 commit comments

Comments
 (0)