Skip to content

Commit

Permalink
Switch to yarn package manager (https://yarnpkg.com/)
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Oct 12, 2016
1 parent 6535dee commit 585ce2e
Show file tree
Hide file tree
Showing 4 changed files with 5,204 additions and 3,809 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ node_js:
matrix:
allow_failures:
- node_js: 4
before_script:
- npm install -g gulp webpack
# `npm install` is run automatically
install:
- npm install -g gulp webpack yarn
- yarn install --pure-lockfile
script:
- gulp compile:web
- npm test
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,25 @@ HearthStone replays in your browser, written in Typescript with React.
- Node.js ~v6.6 (v4.5 should also work, but is not officially supported)
- Compiling: `npm install -g gulp webpack`
- Development: `npm install -g electron-prebuilt gulp webpack`
- [yarn](https://yarnpkg.com/) (optional): `npm install -g yarn`


## Compiling

```
npm install
yarn
```

```
gulp compile
```

### Alternatively

```
npm install
```


## Embedding

Expand Down
Loading

0 comments on commit 585ce2e

Please sign in to comment.