Skip to content
This repository was archived by the owner on Jan 23, 2022. It is now read-only.

Commit d05d115

Browse files
committed
chore: update
1 parent 59344d4 commit d05d115

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-by-name.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: '14'
1717
registry-url: 'https://registry.npmjs.org'
1818

19-
- run: npm i -g @antfu/ni pnpm rimraf cross-env
19+
- run: npm i -g @antfu/ni pnpm rimraf cross-env npm-run-all
2020
- run: ni --prod
2121

2222
- name: Update Tasks

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: '14'
1717
registry-url: 'https://registry.npmjs.org'
1818

19-
- run: npm i -g @antfu/ni pnpm rimraf cross-env
19+
- run: npm i -g @antfu/ni pnpm rimraf cross-env npm-run-all
2020
- run: echo '${{github.event.inputs.tasks}}' > oncall.json
2121

2222
- name: Build

0 commit comments

Comments
 (0)