Permalink
Browse files
Updating paths in packaging fixtures README
- Loading branch information...
Showing
with
2 additions
and
2 deletions.
-
+2
−2
fixtures/packaging/README.md
|
|
@@ -16,15 +16,15 @@ First, build React and the fixtures: |
|
|
cd react
|
|
|
npm run build
|
|
|
|
|
|
-cd fixtures
|
|
|
+cd fixtures/packaging
|
|
|
node build-all.js
|
|
|
```
|
|
|
|
|
|
Then run a local server at the root of the repo, e.g.
|
|
|
|
|
|
```
|
|
|
npm i -g pushstate-server
|
|
|
-cd ..
|
|
|
+cd ../..
|
|
|
pushstate-server .
|
|
|
```
|
|
|
|
|
|
|
0 comments on commit
2dbff6e