Browse Source

fix: ci

pull/930/head
cany748 2 years ago
parent
commit
23fe8ed021
  1. 2
      .github/workflows/lint.yml
  2. 5
      .github/workflows/npm-update-bot.yml

2
.github/workflows/lint.yml

@ -28,6 +28,6 @@ jobs:
- name: npm run lint - name: npm run lint
run: | run: |
cd src cd backend
npm ci npm ci
npm run lint npm run lint

5
.github/workflows/npm-update-bot.yml

@ -33,7 +33,10 @@ jobs:
npm install -g --silent npm-check-updates npm install -g --silent npm-check-updates
ncu -u ncu -u
npm update npm update
cd src cd backend
ncu -u
npm update
cd ../frontend
ncu -u ncu -u
npm update npm update
npm run buildcss npm run buildcss

Loading…
Cancel
Save