Skip to content

Commit a2205eb

Browse files
committed
feat(router): fix sample-project tests
1 parent aa1e7ae commit a2205eb

File tree

4 files changed

+12555
-4
lines changed

4 files changed

+12555
-4
lines changed

.github/workflows/verify.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
cache: 'npm'
4343
- run: npm ci
4444
- run: npm run build
45-
- run: cd ./packages/sample-hardhat-project && npm run test
45+
- run: cd ./examples/sample-hardhat-project && npm run test

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cd ./packages/cli && npm start -- <package:version>
4444
Test changes to the Hardhat plug-in in the sample project:
4545

4646
```
47-
cd ./packages/sample-hardhat-project && npx hardhat cannon:build
47+
cd ./examples/sample-hardhat-project && npx hardhat cannon:build
4848
```
4949

5050
Preview updates to the website

0 commit comments

Comments
 (0)