Skip to content

Commit

Permalink
Tweak ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Feb 24, 2024
1 parent 9067e1a commit 6fb25da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ethernaut-challenges/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/index.js",
"scripts": {
"build": "npm run install:test",
"compile": "hardhat compile",
"compile": "npx hardhat compile",
"install:test": "cd test/fixture-projects/basic-project && npm install",
"extract": "node ./scripts/extract.js",
"test": "nyc mocha --exit --timeout 60000 --require 'test/setup.js' --recursive '../../**/*.test.js' --ignore '../../fixture-projects/**/*'"
Expand Down

0 comments on commit 6fb25da

Please sign in to comment.