Skip to content

Commit

Permalink
Build the packages before publishing to the local registry with yalc
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopkovacs committed Apr 14, 2022
1 parent 17b0047 commit 55832e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
# - run: yarn lint:all --max-warnings 0
# - run: yarn test
- name: Build setup tests
run: yarn yalc:publish
run: yarn build
- run: yarn yalc:publish
- run: pwd && ls
working-directory: build_tests/parcel_v1
- run: yarn
Expand Down

0 comments on commit 55832e1

Please sign in to comment.