Files
revive/package.json
T
Sebastian Miasojed cece20deb1 Cleanup
2024-11-18 10:18:21 +01:00

13 lines
274 B
JSON

{
"name": "root",
"private": true,
"scripts": {
"test:cli": "npm run test -w crates/solidity/src/tests/cli-tests",
"test:revive": "npm run test -w js"
},
"workspaces": [
"crates/solidity/src/tests/cli-tests",
"js"
]
}