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 3b6826b commit c44f3edCopy full SHA for c44f3ed
packages/document/package.json
@@ -2,8 +2,8 @@
2
"name": "@rsdoctor/docs",
3
"version": "1.2.3",
4
"scripts": {
5
- "dev": "RSPRESS_PERSIST_CACHE=false rspress dev",
6
- "build": "RSPRESS_PERSIST_CACHE=false rspress build",
+ "dev": "cross-env RSPRESS_PERSIST_CACHE=false rspress dev",
+ "build": "cross-env RSPRESS_PERSIST_CACHE=false rspress build",
7
"preview": "rspress preview"
8
},
9
"repository": {
@@ -30,6 +30,7 @@
30
"@types/node": "^22.8.1",
31
"@types/react": "^18.3.24",
32
"@types/react-dom": "^18.3.7",
33
+ "cross-env": "^7.0.3",
34
"react": "18.3.1",
35
"react-dom": "18.3.1",
36
"rsbuild-plugin-google-analytics": "^1.0.4",
0 commit comments