Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
june07 committed Jul 16, 2023
1 parent 7e56064 commit 8a7fccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"build:deps": "NODE_ENV=production node utils/watch-rollup.js",
"watch:rollup:deps": "node utils/watch-rollup.js",
"preview": "vite preview",
"test": "playwright test --project \"edge@latest@localhost\" \"chrome@latest@localhost\" --retries 3",
"test": "playwright test --project \"edge@latest@localhost\" \"chrome@latest@localhost\" --workers 1 --retries 9",
"test:local": "playwright test --project \"edge@latest@localhost\" \"chrome@latest@localhost\" --workers 1",
"test:post": "playwright test --project \"edge@latest@localhost\" \"chrome@latest@localhost\" --retries 3"
"test:post": "playwright test --project \"edge@latest@localhost\" \"chrome@latest@localhost\" --workers 1 --retries 9"
},
"dependencies": {
"@auth0/auth0-vue": "^1.0.2",
Expand Down

0 comments on commit 8a7fccd

Please sign in to comment.