* all references to jest should have been removed in #1033 * clarify that `cross-env` is used to ensure that environmental variables get applied on Windows (previous usage of cross-env was removed in #1033)
This commit is contained in:
@@ -5,10 +5,11 @@
|
||||
"scripts": {
|
||||
"prepare": "npm run prepack",
|
||||
"prepack": "npm run build",
|
||||
"retest": "jest",
|
||||
"test": "vitest run",
|
||||
"retest": "vitest run",
|
||||
"test": "yarn build && vitest run",
|
||||
"test:watch": "vitest watch",
|
||||
"test:update": "vitest run --update",
|
||||
"retest:update": "vitest run --update",
|
||||
"test:update": "yarn build && vitest run --update",
|
||||
"dev": "vite build --watch",
|
||||
"build": "yarn check-types && vite build",
|
||||
"check-types": "tsc --noEmit",
|
||||
@@ -55,7 +56,6 @@
|
||||
"@types/jsdom": "^20.0.0",
|
||||
"@types/node": "^18.15.11",
|
||||
"@types/puppeteer": "^5.4.4",
|
||||
"cross-env": "^5.2.0",
|
||||
"puppeteer": "^17.1.3",
|
||||
"ts-node": "^7.0.1",
|
||||
"tslib": "^1.9.3",
|
||||
|
||||
Reference in New Issue
Block a user