Skip to content

Commit

Permalink
Clean build:core
Browse files Browse the repository at this point in the history
  • Loading branch information
ggallon committed Aug 2, 2022
1 parent ef43a2c commit e8b47ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scripts": {
"build": "turbo run build",
"build:www": "turbo run build --filter=@tldraw/www",
"build:core": "turbo run build --filter=*core-example*",
"build:core": "turbo run build --filter=@tldraw/core-example*",
"build:packages": "turbo run build --filter=./packages/*",
"build:apps": "turbo run build --filter=./apps/**",
"start": "turbo run start --filter=@tldraw/tldraw-example... --parallel",
Expand Down

0 comments on commit e8b47ae

Please sign in to comment.