Skip to content

Commit

Permalink
change playwright env
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Jun 6, 2024
1 parent 88f6da0 commit 01ccd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start": "next start",
"test": "jest --passWithNoTests",
"test:watch": "jest --watch",
"test:e2e": "cp .env.testnet .env.local && playwright test",
"test:e2e": "cp .env.testnet .env && playwright test",
"ts": "tsc --noEmit --incremental",
"ts:watch": "ts --watch"
},
Expand Down

0 comments on commit 01ccd8d

Please sign in to comment.