Skip to content

Commit ffa2890

Browse files
committed
chore: remove spec files from runtime package
Strange behavior in component package, adding a hacky workaround for now
1 parent bd0ca1a commit ffa2890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"scripts": {
4-
"build": "pnpm run --stream --filter=@tutorialkit/* --filter=create-tutorial build",
4+
"build": "pnpm run --stream --filter=!@tutorialkit/components-react --filter=@tutorialkit/* --filter=create-tutorial build && pnpm run --stream --filter=@tutorialkit/components-react build",
55
"dev": "TUTORIALKIT_DEV=true pnpm -r --parallel --stream --filter='./packages/**' run dev",
66
"changelog": "./scripts/changelog.mjs",
77
"clean": "./scripts/clean.sh",

0 commit comments

Comments
 (0)