Skip to content

Commit

Permalink
workflow: CD update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiel committed Feb 20, 2022
1 parent a0f68fe commit 0d48b7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
registry-url: 'https://registry.npmjs.org'

# Perform installs, run tests, run a build step, etc. here, as needed.
- name: yarn install, build, and test
run: |
yarn --frozen-lockfile
yarn build
# The last two steps will publish the package. Note that we're using
# information from the `release` step above (I told you we'd use it
Expand Down

0 comments on commit 0d48b7c

Please sign in to comment.