Skip to content

Commit 719fd2e

Browse files
committed
chore: simplify scripts and config
1 parent 7bf55bc commit 719fd2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"lib"
2323
],
2424
"scripts": {
25-
"build": "rslib build",
25+
"build": "rslib",
2626
"bump": "npx bumpp",
27-
"dev": "rslib build -w",
27+
"dev": "rslib -w",
2828
"lint": "echo lint",
2929
"precommit": "pnpm build && pnpm test:unit",
3030
"prepare": "husky && pnpm build",

0 commit comments

Comments
 (0)