Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
june07 committed Mar 25, 2024
1 parent 1a69b33 commit c7e77e1
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
@@ -1,6 +1,6 @@
{
"name": "nimv3",
"version": "3.4.0",
"version": "3.5.0",
"scripts": {
"dev": "vite --host",
"dev:extension": "npm-run-all --parallel build:dev watch:rollup:deps",
Expand All @@ -10,7 +10,7 @@
"build:deps": "cross-env 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\" --workers 5 --retries 3",
"test": "playwright test --project \"edge@latest@localhost\" \"chrome@latest@localhost\" --workers 1 --retries 3",
"test:local": "playwright test --project \"edge@latest@localhost\" \"chrome@latest@localhost\" --workers 1",
"test:post": "playwright test --project \"edge@latest@localhost\" \"chrome@latest@localhost\" --workers 5 --retries 3"
},
Expand Down

0 comments on commit c7e77e1

Please sign in to comment.