fix: action add yarn.lock

This commit is contained in:
2024-10-16 00:57:07 +08:00
parent 733677f3f3
commit 51b2537c25
3 changed files with 755 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Configure npm authentication
run: npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
- name: Install dependencies
run: npm install
run: npm install --no-save
- name: Build project
run: npm run build
# Step 6: 发布到 npm