We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23752cc commit 4724a19Copy full SHA for 4724a19
1 file changed
package.json
@@ -23,12 +23,12 @@
23
"dist"
24
],
25
"scripts": {
26
- "build": "rslib build",
27
- "dev": "rslib build --watch",
+ "build": "rslib",
+ "dev": "rslib --watch",
28
"lint": "biome check .",
29
"lint:write": "biome check . --write",
30
- "prepare": "simple-git-hooks && pnpm run build",
31
- "test": "rstest run",
+ "prepare": "simple-git-hooks && rslib",
+ "test": "rstest",
32
"bump": "npx bumpp"
33
},
34
"simple-git-hooks": {
0 commit comments