Skip to content

Commit

Permalink
Merge pull request #171 from ember-cli/migrate-to-npm
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Aug 2, 2020
2 parents 39a7bcd + 65259ee commit 6214fd0
Show file tree
Hide file tree
Showing 4 changed files with 5,282 additions and 3,791 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -21,5 +21,5 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn test
- run: npm ci
- run: npm test
2 changes: 1 addition & 1 deletion RELEASE.md
Expand Up @@ -33,7 +33,7 @@ Once the prep work is completed, the actual release is straight forward:
* First, ensure that you have installed your projects dependencies:

```
yarn install
npm ci
```

* Second, ensure that you have obtained a
Expand Down

0 comments on commit 6214fd0

Please sign in to comment.