Skip to content

Commit

Permalink
ci: add installing dependencies step
Browse files Browse the repository at this point in the history
Signed-off-by: Bofu Chen (bafu) <bofu@numbersprotocol.io>
  • Loading branch information
bafu committed Feb 13, 2023
1 parent 85ad74e commit 893fc8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
# Defaults to the user or organization that owns the workflow file
scope: '@numbersprotocol'

- name: Install dependencies
run: yarn install

- name: Build project
run: yarn build

Expand Down

0 comments on commit 893fc8c

Please sign in to comment.