Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 15, 2022
1 parent 727f36c commit 0d73314
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Deploy
name: CI
on:
push:
branches:
Expand All @@ -17,6 +17,7 @@ jobs:
node-version: 14

- run: npm install
- run: npm install --workspaces
- run: npm run lib:build
- run: npm run hook:build

Expand Down

0 comments on commit 0d73314

Please sign in to comment.