Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma-nama committed Jan 28, 2024
1 parent e8b892a commit 8f14de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/docs/content/docs/headless/mdx/twoslash.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ description: Use Typescript Twoslash in your docs
```ts twoslash
// @noErrors
console.;
// ^|
```

```ts twoslash
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"dist/*"
],
"scripts": {
"build": "concurrently \"pnpm build:layout\" \"pnpm build:tailwind\"",
"build": "pnpm build:layout && pnpm build:tailwind",
"build:layout": "tsup",
"build:tailwind": "postcss css/styles.css -o ./dist/style.css",
"clean": "rimraf dist",
Expand Down

0 comments on commit 8f14de8

Please sign in to comment.