Skip to content

Commit 149ffaf

Browse files
committed
Updated contrib docs, fixed the pack directory pointing to global-cli (facebook#403)
1 parent ca57360 commit 149ffaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Please also provide a **test plan**, i.e. specify how you verified what you adde
2626

2727
1. Clone the repo with `git clone https://github.com/facebookincubator/create-react-app`
2828

29-
2. Run `npm install` in the root `create-react-app` folder **and** the `create-react-app/global-cli` folder
29+
2. Run `npm install` in the root `packages/create-react-app` folder **and** the `packages/react-scripts` folder
3030

3131
Once it is done, you can modify any file locally and run `npm start` or `npm run build` just like in a generated project.
3232

tasks/e2e.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ npm run test
7373
test -e template/src/__tests__/__snapshots__/App-test.js.snap
7474

7575
# Pack CLI
76-
cd global-cli
76+
cd packages/react-scripts
7777
npm install
7878
cli_path=$PWD/`npm pack`
7979

0 commit comments

Comments
 (0)