Skip to content

Commit dd1cd6a

Browse files
authored
chore: remove unnecessary ROLLDOWN_OPTIONS_VALIDATION=loose (#445)
1 parent 19a03fe commit dd1cd6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"type": "module",
55
"private": true,
66
"scripts": {
7-
"dev": "ROLLDOWN_OPTIONS_VALIDATION=loose vitepress dev",
7+
"dev": "vitepress dev",
88
"prebuild": "pnpm run sponsors",
9-
"build": "ROLLDOWN_OPTIONS_VALIDATION=loose vitepress build",
10-
"preview": "ROLLDOWN_OPTIONS_VALIDATION=loose vitepress preview",
9+
"build": "vitepress build",
10+
"preview": "vitepress preview",
1111
"lint": "oxlint -W correctness -W no-unused-vars --deny-warnings",
1212
"lint:fix": "pnpm lint --fix && typos -w && pnpm fmt --write .",
1313
"typecheck": "tsc",

0 commit comments

Comments
 (0)