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 5a7b1f8 commit 328774dCopy full SHA for 328774d
assets/package.json
@@ -18,7 +18,7 @@
18
"build": "tsx ../../../bin/build_package.ts .",
19
"watch": "tsx ../../../bin/build_package.ts . --watch",
20
"test": "pnpm run test:unit && pnpm run test:browser",
21
- "test:unit": "../../../bin/test_package.sh . --unit",
+ "test:unit": "../../../bin/unit_test_package.sh .",
22
"check": "biome check",
23
"ci": "biome ci"
24
},
0 commit comments