Skip to content

Commit 3dfea4d

Browse files
committed
🐛 FIX: format
1 parent 5d7fc36 commit 3dfea4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"version-packages": "changeset version",
1515
"clean": "turbo clean && rm -rf node_modules",
1616
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
17-
"release": "turbo build --filter=docs^... && changeset publish",
17+
"release": "turbo build && changeset publish",
18+
"releaseDocs": "turbo build --filter=docs^... && changeset publish",
1819
"releasex": "turbo build && changeset publish",
1920
"prettier-check": "prettier --check \"**/*.{js,ts,tsx,md,mdx}\"",
2021
"prettier-fix": "prettier --write \"**/*.{js,ts,tsx,md,mdx}\"",

packages/langbase/readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ yarn add langbase
2828

2929
You can `generateText` or `streamText` based on the type of a pipe.
3030

31-
3231
```TypeScript
3332
import 'dotenv/config';
3433
import {Pipe} from 'langbase';

0 commit comments

Comments
 (0)