Skip to content

Commit cb13222

Browse files
committed
Remove Yarn dependency, update packages
1 parent a71bf64 commit cb13222

5 files changed

Lines changed: 6905 additions & 13752 deletions

File tree

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
uses: actions/checkout@v2
99

1010
- name: Install dependencies 🔧
11-
run: yarn
11+
run: npm install
1212

1313
# - name: Test 🎢
14-
# run: yarn test
14+
# run: npm run test
1515

1616
- name: Build and generate static export 🏗
17-
run: yarn export
17+
run: npm run export

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ See [Edgeware Agency][https://edgeware.agency/] to find out how we work and lear
1919

2020
Edgeware website is built with [Next.js](https://nextjs.org/)
2121

22-
Make sure you have Node.js and Yarn installed.
22+
Make sure you have Node.js
2323
Install the project dependencies:
2424

2525
```bash
26-
yarn
26+
npm install
2727
```
2828

2929
Run the local development server:
3030

3131
```bash
32-
yarn dev
32+
npm run dev
3333
```
3434

3535
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

0 commit comments

Comments
 (0)