Skip to content

Commit c44f3ed

Browse files
committed
chore: upgrade @rspress/core
1 parent 3b6826b commit c44f3ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/document/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@rsdoctor/docs",
33
"version": "1.2.3",
44
"scripts": {
5-
"dev": "RSPRESS_PERSIST_CACHE=false rspress dev",
6-
"build": "RSPRESS_PERSIST_CACHE=false rspress build",
5+
"dev": "cross-env RSPRESS_PERSIST_CACHE=false rspress dev",
6+
"build": "cross-env RSPRESS_PERSIST_CACHE=false rspress build",
77
"preview": "rspress preview"
88
},
99
"repository": {
@@ -30,6 +30,7 @@
3030
"@types/node": "^22.8.1",
3131
"@types/react": "^18.3.24",
3232
"@types/react-dom": "^18.3.7",
33+
"cross-env": "^7.0.3",
3334
"react": "18.3.1",
3435
"react-dom": "18.3.1",
3536
"rsbuild-plugin-google-analytics": "^1.0.4",

0 commit comments

Comments
 (0)