You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,17 @@ Base and preset **implementations of common token standards**:
20
20
21
21
Clone the repository, including git submodules.
22
22
23
-
Install dependencies with `yarn`.
23
+
Install dependencies with `pnpm i`.
24
24
25
-
Compile the contracts with `yarn build`.
25
+
Compile the contracts with `pnpm build`.
26
26
27
27
### Testing
28
28
29
-
Run tests with `yarn test`.
29
+
Run tests with `pnpm test`.
30
30
31
-
Run coverage report with `yarn coverage`. View coverage report with `genhtml -o report --branch-coverage --ignore-errors category lcov.info && py -m http.server`. Viewing the report with this command requires Python to be installed.
31
+
Run coverage report with `pnpm run coverage`. View coverage report with `genhtml -o report --branch-coverage --ignore-errors category lcov.info && py -m http.server`. Viewing the report with this command requires Python to be installed.
32
32
33
-
Compare gas usage with `yarn snapshot:compare`. Note as some test use random values, the gas usage may vary slightly between runs.
33
+
Compare gas usage with `pnpm run snapshot:compare`. Note as some test use random values, the gas usage may vary slightly between runs.
0 commit comments