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

fix: update yarn script

parent f42d5711
...@@ -2,16 +2,16 @@ ...@@ -2,16 +2,16 @@
"private": true, "private": true,
"name": "@eth-optimism/integration-tests-bedrock", "name": "@eth-optimism/integration-tests-bedrock",
"version": "0.5.10", "version": "0.5.10",
"description": "[Optimism] Integration tests", "description": "[Optimism] Bedrock Integration tests",
"scripts": { "scripts": {
"lint": "yarn lint:fix && yarn lint:check", "lint": "yarn lint:fix && yarn lint:check",
"lint:fix": "yarn lint:check --fix", "lint:fix": "yarn lint:check --fix",
"lint:check": "eslint . --max-warnings=0", "lint:check": "eslint . --max-warnings=0",
"build:contracts": "forge build", "build": "forge build",
"test": "echo 'no unit tests'", "test": "echo 'no unit tests'",
"test:actor": "IS_LIVE_NETWORK=true ts-node actor-tests/lib/runner.ts", "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", "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": [ "keywords": [
"optimism", "optimism",
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"integration", "integration",
"tests" "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", "license": "MIT",
"author": "Optimism PBC", "author": "Optimism PBC",
"repository": { "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