Skip to content

Commit

Permalink
Remove yarn and update shelljs
Browse files Browse the repository at this point in the history
  • Loading branch information
kewisch committed Feb 12, 2022
1 parent eae3325 commit f52354c
Show file tree
Hide file tree
Showing 4 changed files with 1,089 additions and 6,029 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,9 @@ To contribute to ICAL.js you need to set up the development environment. This
requires Node.js 10.x or later and grunt. Run the following steps to get
started.

Preferred way (to match building and packaging with official process):
```
yarn global add grunt-cli # Might need to run with sudo
yarn --frozen-lockfile
```

Alternative way:
```
npm install -g grunt-cli # Might need to run with sudo
npm install .
npm install -g grunt-cli
npm install
```

You can now dive into the code, run the tests and check coverage.
Expand Down
Loading

0 comments on commit f52354c

Please sign in to comment.