Commit 6f22949
committed
chore: clean stale test/node_modules from Hardhat removal
The test/ directories in issuance and contracts were previously pnpm
workspace packages with their own package.json. After removing the
Hardhat test infrastructure, the orphaned test/node_modules remains
locally (pnpm does not clean up node_modules for removed workspace
packages). Add them to the clean scripts so `pnpm clean` removes
them for anyone who still has them.1 parent 81fc9f2 commit 6f22949
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments