Skip to content

Commit

Permalink
chore(package-lock.json): 使用 v1 版 package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexqxxu committed Feb 17, 2022
1 parent d34a520 commit 3a0d9a0
Show file tree
Hide file tree
Showing 10 changed files with 8,158 additions and 45,961 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
cache: npm
- name: Install dependencies
run: npm ci && npm run bootstrap
env:
CI: true
- name: Build
run: npm run build
- name: Publish
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
cache: npm
- name: Install dependencies
run: npm ci && npm run bootstrap
env:
CI: true
- name: Test
run: npm run test
env:
Expand Down
Loading

0 comments on commit 3a0d9a0

Please sign in to comment.