Skip to content

Commit 3ce1a0f

Browse files
author
Guilherme Gonçalves
committed
Update package.json
1 parent 5243d27 commit 3ce1a0f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@
1313
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
1414
"lint:fix": "eslint . --ext ts,tsx ",
1515
"format": "prettier --write ./src",
16-
"test": "npx playwright install && vitest",
17-
"coverage": "npx playwright install && vitest run --coverage"
16+
"test:install-deps": "npx playwright install && npx playwright install-deps",
17+
"test": "npm run test:install-deps && vitest",
18+
"test:ci": "npm run test:install-deps && vitest --browser.name=chromium --browser.headless --no-watch",
19+
"coverage": "npm run test:install-deps && vitest run --coverage"
1820
},
1921
"dependencies": {
2022
"@emotion/react": "^11.11.4",

0 commit comments

Comments
 (0)