Skip to content

Commit 5f81d25

Browse files
committed
fix: typo
1 parent 73ba802 commit 5f81d25

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
NEXT_PUBLIC_GRAPHQL_BOOK_SERVER_HOST=

packages/markdown-editor/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"test": "echo ❗ No tests, previous tests were moved to the `nextra` package",
3131
"types": "tsup --dts-only",
3232
"types:check": "tsc --noEmit",
33-
"lint": "eslint --fix"
33+
"lint": "eslint --fix",
34+
"ssm": "tsx ./scripts/ssm.mts"
3435
},
3536
"peerDependencies": {
3637
"react": ">=16.13.1",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { SSMScript } from '@packages/scripts'
2+
3+
const ssmScript = new SSMScript({ packageName: 'markdown-editor' })
4+
ssmScript.execute()

0 commit comments

Comments
 (0)