Skip to content

Commit

Permalink
Merge pull request #220 from near/v3-preview
Browse files Browse the repository at this point in the history
chore: Migrate to Scoped Package
  • Loading branch information
lewis-sqa authored Mar 29, 2022
2 parents d76c6f8 + b3f0cae commit 5c923e7
Show file tree
Hide file tree
Showing 11 changed files with 416 additions and 394 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ yarn nx r [project][:target][:configuration] [options, ...]
In order to run a specific example, make sure you build the UI library beforehand and on each modification by running:

```bash
yarn nx run near-wallet-selector:build #build the library
yarn nx run @near-wallet-selector/core:build # build the library

yarn nx serve react # to run the react example
yarn nx serve angular # to run the angular example
yarn nx serve react # run the react example
yarn nx serve angular # run the angular example
```
Loading

0 comments on commit 5c923e7

Please sign in to comment.