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
a810f9a2
Unverified
Commit
a810f9a2
authored
Dec 15, 2023
by
Wyatt Barnes
Committed by
GitHub
Dec 15, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Repalce static-server with serve (#8641)
parent
731cfea7
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
246 additions
and
71 deletions
+246
-71
package.json
ufm-test-services/metamask/package.json
+2
-2
pnpm-lock.yaml
ufm-test-services/metamask/pnpm-lock.yaml
+244
-69
No files found.
ufm-test-services/metamask/package.json
View file @
a810f9a2
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
"clean"
:
"rm -rf node_modules packages/*/node_modules && echo 'Finished cleaning'"
,
"clean"
:
"rm -rf node_modules packages/*/node_modules && echo 'Finished cleaning'"
,
"lint"
:
"prettier --check ."
,
"lint"
:
"prettier --check ."
,
"lint:fix"
:
"prettier --write ."
,
"lint:fix"
:
"prettier --write ."
,
"start:metamask-dapp"
:
"npx s
tatic-server node_modules/@metamask/test-dapp/dist --port 9011
"
,
"start:metamask-dapp"
:
"npx s
erve -l 9011 node_modules/@metamask/test-dapp/dist
"
,
"test"
:
"npx playwright test"
"test"
:
"npx playwright test"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
"@playwright/test"
:
"1.40.1"
,
"@playwright/test"
:
"1.40.1"
,
"@synthetixio/synpress"
:
"3.7.2-beta.9"
,
"@synthetixio/synpress"
:
"3.7.2-beta.9"
,
"dotenv"
:
"^16.3.1"
,
"dotenv"
:
"^16.3.1"
,
"s
tatic-server"
:
"^2
.2.1"
,
"s
erve"
:
"^14
.2.1"
,
"typescript"
:
"^5.3.3"
,
"typescript"
:
"^5.3.3"
,
"viem"
:
"^1.20.0"
"viem"
:
"^1.20.0"
},
},
...
...
ufm-test-services/metamask/pnpm-lock.yaml
View file @
a810f9a2
This diff is collapsed.
Click to expand it.
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