Skip to content

Commit

Permalink
refactor: moved json-server-db.json to tools folder
Browse files Browse the repository at this point in the history
  • Loading branch information
frazarshad committed Mar 4, 2024
1 parent 20b91f3 commit 334bc62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"start:server": "serve node_modules/@metamask/test-dapp/dist -p 3000",
"start:contract": "cd tools/contract && pnpm start",
"start:ui": "cd tools/ui && pnpm dev",
"start:json-server": "json-server json-server-db.json --port 3004",
"start:json-server": "json-server tools/json-server-db.json --port 3004",
"synpress:run:metamask": "EXTENSION=metamask SKIP_EXTENSION_SETUP=true SYNPRESS_LOCAL_TEST=true node synpress.js run --configFile=synpress.config.js",
"test:e2e:metamask": "start-server-and-test 'pnpm start:server' http-get://localhost:3000 'pnpm synpress:run:metamask'",
"test:e2e:anvil": "start-server-and-test 'turbo start:server' http-get://localhost:3000 'CYPRESS_USE_ANVIL=true pnpm synpress:run'",
Expand Down
File renamed without changes.

0 comments on commit 334bc62

Please sign in to comment.