Skip to content

Commit 1843d26

Browse files
authored
fix: 更改.gitpod.yml安装指令
1 parent eceffee commit 1843d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ ports:
22
- port: 5555
33
onOpen: open-preview
44
tasks:
5-
- init: corepack enable && pnpm install
5+
- init: corepack enable && npm install
66
command: pnpm run dev

0 commit comments

Comments
 (0)