Skip to content

Commit 2bb9961

Browse files
committed
fix pnpm build
1 parent b66ffcc commit 2bb9961

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"scripts": {
1010
"dev": "vitepress dev docs",
1111
"prebuild": "node prepare_data.js",
12-
"build": "NODE_ENV=production IS_FORK=1 vitepress build docs",
12+
"build": "NODE_ENV=production vitepress build docs",
13+
"build:fork": "NODE_ENV=production IS_FORK=1 vitepress build docs",
1314
"build:server": "NODE_ENV=production vitepress build docs",
1415
"preview": "vitepress preview docs"
1516
},

0 commit comments

Comments
 (0)