Skip to content

Commit 405ed5c

Browse files
committed
[DX] Rework testing process, add test script to packages package.json
1 parent ebb1a2b commit 405ed5c

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
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"build": "node ../../../bin/build_package.js .",
1111
"watch": "node ../../../bin/build_package.js . --watch",
12-
"test": "echo 'The test script is not yet configured.' && exit 1",
12+
"test": "../../../bin/test_package.sh .",
1313
"lint": "biome lint --write",
1414
"format": "biome format --write",
1515
"check-lint": "biome lint",

0 commit comments

Comments
 (0)