Skip to content

Commit

Permalink
Update test-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl authored Jul 14, 2023
1 parent 4c40b40 commit d36f7b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ jobs:
- name: Configure npm node prepend
run: npm config set scripts-prepend-node-path auto

- name: Install Dependencies
run: yarn
# - name: Install Dependencies
# run: yarn

- name: Build all packages
run: yarn build
# - name: Build all packages
# run: yarn build

# - name: Version packages
# run: yarn version:next
Expand Down

0 comments on commit d36f7b2

Please sign in to comment.