sudo
This commit is contained in:
parent
226264f124
commit
e1cb9b5e0f
1 changed files with 2 additions and 1 deletions
|
@ -7,8 +7,9 @@ secrets:
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~mzhang/blog
|
- https://git.sr.ht/~mzhang/blog
|
||||||
tasks:
|
tasks:
|
||||||
|
- install: |
|
||||||
|
sudo npm install -g pnpm
|
||||||
- build: |
|
- build: |
|
||||||
npm install -g pnpm
|
|
||||||
cd blog
|
cd blog
|
||||||
pnpm install
|
pnpm install
|
||||||
pnpm run build
|
pnpm run build
|
||||||
|
|
Loading…
Reference in a new issue