Skip to content

Commit 4724a19

Browse files
committed
fix
1 parent 23752cc commit 4724a19

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"dist"
2424
],
2525
"scripts": {
26-
"build": "rslib build",
27-
"dev": "rslib build --watch",
26+
"build": "rslib",
27+
"dev": "rslib --watch",
2828
"lint": "biome check .",
2929
"lint:write": "biome check . --write",
30-
"prepare": "simple-git-hooks && pnpm run build",
31-
"test": "rstest run",
30+
"prepare": "simple-git-hooks && rslib",
31+
"test": "rstest",
3232
"bump": "npx bumpp"
3333
},
3434
"simple-git-hooks": {

0 commit comments

Comments
 (0)