Skip to content

Commit

Permalink
fix build command in signals example (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky authored Sep 25, 2024
1 parent c45d445 commit 24b1cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/signals/signals-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@internal/signals-example",
"private": true,
"scripts": {
".": "yarn run -T turbo run --filter=@segment/signals-example...",
".": "yarn run -T turbo run --filter=@internal/signals-example...",
"dev": "webpack serve",
"build": "webpack"
},
Expand Down

0 comments on commit 24b1cc6

Please sign in to comment.