Skip to content

Commit

Permalink
switch to dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMcCulloh committed Sep 27, 2023
1 parent 53d1002 commit e2323f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ jobs:
retry_on: error
timeout_minutes: 10
command: |
cd dist
PACKAGES=("@winglang/sdk" "@winglang/compiler" "@wingconsole/design-system" "@wingconsole/ui" "@wingconsole/server" "@wingconsole/app" "winglang")
for PACKAGE in "${PACKAGES[@]}"; do
# Check if already published
Expand Down

0 comments on commit e2323f4

Please sign in to comment.