Skip to content

Commit 45c2f42

Browse files
committed
chore(compiler): add dev script
1 parent 0163e97 commit 45c2f42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/compiler/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"build"
1212
],
1313
"scripts": {
14+
"dev": "unbuild --stub && tsc -w --noEmit",
1415
"build": "unbuild",
1516
"test": "vitest run"
1617
},

0 commit comments

Comments
 (0)