Commit 5d0f1050 authored by Mark Tyneway's avatar Mark Tyneway

fix: update yarn script

parent f42d5711
......@@ -2,16 +2,16 @@
"private": true,
"name": "@eth-optimism/integration-tests-bedrock",
"version": "0.5.10",
"description": "[Optimism] Integration tests",
"description": "[Optimism] Bedrock Integration tests",
"scripts": {
"lint": "yarn lint:fix && yarn lint:check",
"lint:fix": "yarn lint:check --fix",
"lint:check": "eslint . --max-warnings=0",
"build:contracts": "forge build",
"build": "forge build",
"test": "echo 'no unit tests'",
"test:actor": "IS_LIVE_NETWORK=true ts-node actor-tests/lib/runner.ts",
"test:integration:live": "NO_NETWORK=true IS_LIVE_NETWORK=true hardhat --network optimism test",
"clean": "rimraf cache artifacts"
"clean": "rimraf cache artifacts foundry-artifacts"
},
"keywords": [
"optimism",
......@@ -19,7 +19,7 @@
"integration",
"tests"
],
"homepage": "https://github.com/ethereum-optimism/optimism/tree/develop/packages/integration-tests#readme",
"homepage": "https://github.com/ethereum-optimism/optimism/tree/develop/packages/integration-tests-bedrock#readme",
"license": "MIT",
"author": "Optimism PBC",
"repository": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment