mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
chore: update CI workflow to use pnpm for package management
This commit is contained in:
7
.github/workflows/dashboard_ci.yml
vendored
7
.github/workflows/dashboard_ci.yml
vendored
@@ -16,9 +16,10 @@ jobs:
|
||||
- name: npm install, build
|
||||
run: |
|
||||
cd dashboard
|
||||
npm install
|
||||
npm i --save-dev @types/markdown-it
|
||||
npm run build
|
||||
npm install pnpm -g
|
||||
pnpm install
|
||||
pnpm i --save-dev @types/markdown-it
|
||||
pnpm run build
|
||||
|
||||
- name: Inject Commit SHA
|
||||
id: get_sha
|
||||
|
||||
Reference in New Issue
Block a user