mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 01:46:28 +00:00
ci(fix): make npm install pnpm bin on first step due to missing dependency in github runner
This commit is contained in:
parent
8701b6a587
commit
c822e2ffe1
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@ -13,6 +13,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies and build/compile the site # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
|
||||
run: |
|
||||
npm install pnpm -g
|
||||
pnpm install --frozen-lockfile
|
||||
pnpm prepare
|
||||
pnpm lint
|
||||
|
||||
Loading…
Reference in New Issue
Block a user