Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Dec 10, 2024
1 parent 5613806 commit 90e3e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
key: ${{ runner.os }}-turbo-${{ github.sha }}
restore-keys: |
${{ runner.os }}-turbo-
- run: yarn turbo run --filter='./packages/signals/signals-example' build
- run: yarn turbo run --filter='./packages/signals/signals-example...' build
- name: Building App
run: yarn build
- name: Deploy with gh-pages
Expand Down
2 changes: 1 addition & 1 deletion packages/signals/signals-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@internal/signals-example",
"private": true,
"homepage": "https://segmentio.github.io/<repository-name>/my-test-site",
"homepage": "https://segmentio.github.io/<repository-name>/signals-example",
"scripts": {
".": "yarn run -T turbo run --filter=@internal/signals-example...",
"dev": "webpack serve",
Expand Down

0 comments on commit 90e3e0c

Please sign in to comment.