Skip to content

Commit bbc4d49

Browse files
committed
chore: simplify scripts and config
1 parent 8e69a25 commit bbc4d49

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
@@ -18,8 +18,8 @@
1818
"./package.json": "./package.json"
1919
},
2020
"scripts": {
21-
"build": "rslib build",
22-
"dev": "rslib build -w",
21+
"build": "rslib",
22+
"dev": "rslib -w",
2323
"lint": "biome check .",
2424
"lint:write": "biome check . --write",
2525
"prepare": "simple-git-hooks && npm run build",

0 commit comments

Comments
 (0)