quality of life
This commit is contained in:
parent
ee5a53aba8
commit
85847d172c
3 changed files with 5 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
"build": "node build/update-emoji.js && vite build",
|
||||
"unit": "node build/update-emoji.js && vitest --run --coverage",
|
||||
"unit-ci": "node build/update-emoji.js && vitest --run --coverage --browser.headless",
|
||||
"unit:watch": "node build/update-emoji.js && vitest",
|
||||
"unit:watch": "node build/update-emoji.js && vitest --coverage",
|
||||
"e2e:pw": "playwright test --config test/e2e-playwright/playwright.config.mjs",
|
||||
"e2e": "sh ./tools/e2e/run.sh",
|
||||
"test": "yarn run unit && yarn run e2e",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue