Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Feb 29, 2024
1 parent f09e4af commit 6cc5f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"count": "git ls-files --exclude-standard ':!:package-lock.json' ':!:*.md' ':!:packages/ethernaut-challenges/contracts/*' ':!:packages/ethernaut-challenges/abis/*' ':!:packages/ethernaut-challenges/gamedata/*' ':!:packages/common/data/*' | xargs wc -l",
"chain": "packages/ethernaut-cli/ethernaut net node --fork 'none' --port 8545",
"chain": "packages/ethernaut-cli/ethernaut network node --fork 'none' --port 8545",
"build": "npm run build --workspaces",
"compile": "npm run compile --workspaces",
"lint": "eslint 'packages/**/*.js'",
Expand Down

0 comments on commit 6cc5f6c

Please sign in to comment.