Skip to content

Commit 6214fd0

Browse files
author
Robert Jackson
authored
Merge pull request #171 from ember-cli/migrate-to-npm
2 parents 39a7bcd + 65259ee commit 6214fd0

File tree

4 files changed

+5282
-3791
lines changed

4 files changed

+5282
-3791
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
uses: actions/setup-node@v1
2222
with:
2323
node-version: ${{ matrix.node-version }}
24-
- run: yarn install --frozen-lockfile
25-
- run: yarn test
24+
- run: npm ci
25+
- run: npm test

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Once the prep work is completed, the actual release is straight forward:
3333
* First, ensure that you have installed your projects dependencies:
3434

3535
```
36-
yarn install
36+
npm ci
3737
```
3838

3939
* Second, ensure that you have obtained a

0 commit comments

Comments
 (0)