This commit is contained in:
Sebastian Miasojed
2024-11-18 10:18:21 +01:00
parent f57ab96eed
commit cece20deb1
11 changed files with 56 additions and 186 deletions
+4 -2
View File
@@ -2,9 +2,11 @@
"name": "root",
"private": true,
"scripts": {
"test:cli": "npm run test -w crates/solidity/src/tests/cli-tests"
"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"
"crates/solidity/src/tests/cli-tests",
"js"
]
}