Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Build entire project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Franco Serio authored and Franco Serio committed Oct 21, 2020
1 parent 0807a7a commit f4495c4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ jobs:
- name: Set NPM version with realease tag
run: yarn version --new-version ${{ github.event.release.tag_name }}
working-directory: ${{env.working-directory}}
# install dependencies.
# Install dependencies.
- name: Install dependencies
run: yarn install
working-directory: ${{env.working-directory}}
run: yarn install --offline
# Build project
- name: Build project
run: yarn build
# publish to NPM -> there is one caveat, continue reading for the fix
- name: NPM Publish
run: yarn publish
Expand Down

0 comments on commit f4495c4

Please sign in to comment.