Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit ae9d985

Browse files
committed
chore: update dev script in package.json to remove stub build
1 parent 2bc94d1 commit ae9d985

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
],
2626
"scripts": {
2727
"build": "unbuild",
28-
"build:stub": "unbuild --stub",
2928
"release": "release-it",
30-
"dev": "pnpm run build:stub && node dist/index.mjs",
29+
"dev": "pnpm run build && node dist/index.mjs",
3130
"lint": "eslint .",
3231
"lint:fix": "eslint . --fix",
3332
"test": "vitest",

0 commit comments

Comments
 (0)