diff --git a/.gitignore b/.gitignore index 50647f5..4bc1957 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,7 @@ /*.s /llvm-project /llvm18.0 +node_modules +artifacts +tmp +package-lock.json \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..81f1c51 --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "name": "root", + "private": true, + "scripts": { + "test:cli": "npm run test -w crates/solidity/src/tests/cli-tests" + }, + "workspaces": [ + "crates/solidity/src/tests/cli-tests" + ] +}