Skip to content

Commit 21250c4

Browse files
committed
5.9.2
1 parent f4bfe5b commit 21250c4

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

bin/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cd %~dp0
44

55
cd..
6-
yarn build
6+
pnpm build
77

88
cd bin
99
pause

bin/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22
cd ..
3-
yarn build
3+
pnpm build
44

55
cd bin

bin/install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cd %~dp0
44

55
cd..
6-
yarn install
6+
pnpm install
77

88
cd bin
99
pause

bin/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22
cd..
3-
yarn install
3+
pnpm install
44

55
cd bin

bin/startup.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cd %~dp0
44

55
cd..
6-
yarn serve
6+
pnpm dev
77

88
cd bin
99
pause

bin/startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22
cd ..
3-
yarn serve
3+
pnpm dev
44

55
cd bin

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jeesite",
3-
"version": "5.9.2.dev",
3+
"version": "5.9.2",
44
"type": "module",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)