Skip to content

Commit

Permalink
switch to yarn (#176)
Browse files Browse the repository at this point in the history
* switch to yarn

Signed-off-by: Garth <[email protected]>

* nuke package-lock.json

* a bit more cleanup

---------

Signed-off-by: Garth <[email protected]>
Co-authored-by: pnzrr <[email protected]>
  • Loading branch information
xgp and pnzrr authored Mar 19, 2024
1 parent f26c761 commit effd0b0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 62,408 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Start the idp-wizard:
```bash
git clone https://github.com/p2-inc/idp-wizard
cd idp-wizard
npm install --legacy-peer-deps && npm run start:dev
yarn install --force && npm run start:dev
```

## License
Expand All @@ -102,5 +102,3 @@ We’ve changed the license of our core extensions from the AGPL v3 to the [Elas
-----

All other documentation, source code and other files in this repository are Copyright 2024 Phase Two, Inc.


Loading

0 comments on commit effd0b0

Please sign in to comment.