We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e1e69 commit 8acc52aCopy full SHA for 8acc52a
package.json
@@ -57,6 +57,7 @@
57
"rollup-plugin-sourcemaps": "^0.6.3",
58
"ts-node": "^10.9.2",
59
"typescript": "~5.7.3",
60
+ "vite": "^6.3.5",
61
"vitest": "^3.2.4",
62
"wait-on": "^6.0.0",
63
"warun": "^1.0.0"
@@ -67,7 +68,6 @@
67
68
"clean": "rimraf .temp index.*",
69
"coverage": "vitest --coverage --ui",
70
"lint": "eslint src test package.json",
- "pretest": "npm run lint",
71
"test": "vitest",
72
"test:cover": "vitest --coverage",
73
"update-fixtures": "ts-node --transpile-only scripts/update-fixtures-ast.js && ts-node --transpile-only scripts/update-fixtures-document-fragment.js",
0 commit comments