Skip to content

Commit e6cd21d

Browse files
committed
add test script to tld package
1 parent 842c305 commit e6cd21d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/toplevel-alias/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@
1515
"dependencies": {
1616
"@openzeppelin/contracts": "^5.0.0"
1717
},
18-
"publish": false
18+
"publish": false,
19+
"scripts": {
20+
"test": "npx hardhat test"
21+
}
1922
}

0 commit comments

Comments
 (0)