Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
5d0f1050
Commit
5d0f1050
authored
Jun 03, 2022
by
Mark Tyneway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: update yarn script
parent
f42d5711
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
package.json
packages/integration-tests-bedrock/package.json
+4
-4
No files found.
packages/integration-tests-bedrock/package.json
View file @
5d0f1050
...
...
@@ -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"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment