Skip to content

Commit

Permalink
Merge branch 'main' into feat/mobile/footer
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Apr 8, 2024
2 parents e10b340 + a47bd2d commit dedb358
Show file tree
Hide file tree
Showing 4 changed files with 7,055 additions and 828 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/check-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,19 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}

- uses: pnpm/action-setup@v3
with:
version: 8

- name: Install Dependencies
run: npm install
run: pnpm install

- name: Start Service
run: npm run dev &
run: pnpm run dev &

- name: Update api.json
run: npm run api:download
run: pnpm run api:download

- name: Check Diff
run: |
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"description": "a tool for manage API",
"main": "index.js",
"private": true,
"workspaces": [
"packages/*"
],
"dependencies": {
"koa": "^2.13.0",
"koa-body": "^4.2.0",
Expand Down
Loading

0 comments on commit dedb358

Please sign in to comment.