Skip to content

Commit

Permalink
fix: ci chrome-history
Browse files Browse the repository at this point in the history
  • Loading branch information
mohuishou committed May 8, 2020
1 parent a09ff13 commit b9db716
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/chrome-history.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: "12.x"
- run: cd plugins/chrome-history && npm install
- name: build
run: |
cd plugins/chrome-history
yarn
tsc
- name: pack chrome-history
uses: mohuishou/utools/.github/action@master
id: chromeHistory
Expand Down

0 comments on commit b9db716

Please sign in to comment.