Skip to content

Commit

Permalink
Merge pull request #260 from Polymer/readme-dev-flow-1
Browse files Browse the repository at this point in the history
Call out `npm run build` as necessary, and separate from development workflow
  • Loading branch information
rictic authored Apr 27, 2018
2 parents 3e9a708 + bccde02 commit 4b7a1aa
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,19 @@
[![Travis Build Status](https://travis-ci.org/Polymer/tools.svg?branch=master)](https://travis-ci.org/Polymer/tools/branches)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/4ss50o7t0312c2v1/branch/master?svg=true)](https://ci.appveyor.com/project/Polymer/tools/branch/master)

Workflow
## Workflow

### Setup
```bash
npm install
npm run bootstrap
npm test
code ./tools.code-workspace # optional
npm run build
```

### Development commands

```bash
npm test # runs all command line tests, takes a couple of minutes

code ./tools.code-workspace # opens vscode in workspace mode, configured for the monorepo
```

0 comments on commit 4b7a1aa

Please sign in to comment.