Skip to content

Commit

Permalink
Remove "cd platform" from README (ampproject#1824)
Browse files Browse the repository at this point in the history
  • Loading branch information
fstanis authored and sebastianbenz committed Apr 10, 2019
1 parent 8ebc85b commit 359e4c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ that makes a merge over to the original repository beneficial.
To start developing start a pipeline that takes care of building the frontend, collecting all needed files and start Grow when finished. The pipeline then watches the sources files for changes and rebuilds them if needed.

```sh
$ cd platform
$ npm run develop
```

Expand All @@ -59,7 +58,6 @@ To run a local test build that does all the minifying and vends the static pages
proxying them through to Grow you can run

```sh
$ cd platform
$ npm run build:local
$ npm run start:local
```
Expand All @@ -68,7 +66,6 @@ $ npm run start:local
To build and deploy to the staging environment on [Google App Engine](https://cloud.google.com/appengine/) run the following

```sh
$ cd platform
$ npm run build:staging
$ npm run deploy:staging
```
Expand Down

0 comments on commit 359e4c3

Please sign in to comment.