fix: Add npm install command

This commit is contained in:
Akkuman 2023-12-04 10:17:21 +08:00
parent d2833c6905
commit 74c59ef00c

View File

@ -17,6 +17,7 @@ jobs:
node-version: 16
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm install -D
- run: npm run package
- run: |
git config user.name github-actions