Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master' into test/s…
Browse files Browse the repository at this point in the history
…tack-context
  • Loading branch information
fulcanellee committed May 16, 2024
2 parents 58249f6 + 957115f commit 6b169a9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test-publish-context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

# - name: Install dependencies
# run: yarn --pure-lockfile
#
# - name: Build app
# run: yarn build
- name: Install dependencies
run: yarn --pure-lockfile

- name: Build app
run: |
cd ./packages/stack-context
yarn build
#
# - name: Set version
# if: success()
Expand Down

0 comments on commit 6b169a9

Please sign in to comment.