Skip to content

Commit ed79ffe

Browse files
committed
fix(content): add prepare script
1 parent d9d6f2c commit ed79ffe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
"lint:fix": "pnpm lint --fix",
6060
"test": "vitest run",
6161
"test:watch": "vitest watch",
62-
"test:types": "pnpm dev:prepare && tsc --noEmit && nuxi typecheck playground"
62+
"test:types": "pnpm dev:prepare && tsc --noEmit && nuxi typecheck playground",
63+
"prepare": "pnpm dev:prepare && pnpm run build"
6364
},
6465
"dependencies": {
6566
"autoprefixer": "^10.4.20",

0 commit comments

Comments
 (0)