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
run: |
cd src
cd backend
npm ci
npm run lint

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

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

Loading…
Cancel
Save