Skip to content

Commit

Permalink
build: fix Gitpod prebuild config typo (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kit-p authored Nov 27, 2022
1 parent 5631c4c commit 6b9bc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tasks:
init: |
npm install -g pnpm@7.17.0
pnpm install
before: pnpn run prepare
before: pnpm run prepare

vscode:
extensions:
Expand Down

0 comments on commit 6b9bc1b

Please sign in to comment.