Skip to content

Commit 16a7373

Browse files
committed
chore: update package scripts
1 parent 57ca6ab commit 16a7373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"LICENSE"
3535
],
3636
"scripts": {
37-
"dev": "npm run rm && rollup -cw",
37+
"dev": "rollup -cw",
3838
"build": "npm run rm && rollup -c",
3939
"type-check": "tsc --noEmit",
4040
"rm": "rm -rf ./dist",

0 commit comments

Comments
 (0)