Skip to content

Commit ba3c847

Browse files
committed
fix: prepack script
1 parent d72fd5c commit ba3c847

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SPEC/GFM/table-aligned.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
timeout:
3-
parse: 5ms
3+
parse: 6ms
44
html: 5ms
55
markdown: 5ms
66
---

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dev:prepare": "nuxt prepare playground",
2525
"docs": "nuxt dev --extends docus docs",
2626
"test": "vitest run",
27-
"prepack": "onbuild",
27+
"prepack": "obuild",
2828
"lint": "eslint .",
2929
"typecheck": "tsc --noEmit",
3030
"verify": "pnpm run lint && pnpm run test && pnpm run typecheck"

0 commit comments

Comments
 (0)