Skip to content

Commit 328774d

Browse files
committed
Refactor "test_package.sh" to its original purpose, add multiples checks for packages definition
1 parent 5a7b1f8 commit 328774d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"build": "tsx ../../../bin/build_package.ts .",
1919
"watch": "tsx ../../../bin/build_package.ts . --watch",
2020
"test": "pnpm run test:unit && pnpm run test:browser",
21-
"test:unit": "../../../bin/test_package.sh . --unit",
21+
"test:unit": "../../../bin/unit_test_package.sh .",
2222
"check": "biome check",
2323
"ci": "biome ci"
2424
},

0 commit comments

Comments
 (0)