Skip to content

Commit

Permalink
5.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed Nov 23, 2024
1 parent f4bfe5b commit 21250c4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bin/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cd %~dp0

cd..
yarn build
pnpm build

cd bin
pause
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
cd ..
yarn build
pnpm build

cd bin
2 changes: 1 addition & 1 deletion bin/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cd %~dp0

cd..
yarn install
pnpm install

cd bin
pause
2 changes: 1 addition & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
cd..
yarn install
pnpm install

cd bin
2 changes: 1 addition & 1 deletion bin/startup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cd %~dp0

cd..
yarn serve
pnpm dev

cd bin
pause
2 changes: 1 addition & 1 deletion bin/startup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
cd ..
yarn serve
pnpm dev

cd bin
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jeesite",
"version": "5.9.2.dev",
"version": "5.9.2",
"type": "module",
"private": true,
"scripts": {
Expand Down

0 comments on commit 21250c4

Please sign in to comment.