8000 [DX] Rework testing process, add `test` script to packages package.json · symfony/ux-lazy-image@ce8f1bc · GitHub
[go: up one dir, main page]

Skip to content

Commit ce8f1bc

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

File tree

1 file changed

+1
-1
lines changed< 8000 /div>

1 file changed

+1
-1
lines changed

assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"build": "node ../../../bin/build_package.js .",
1010
"watch": "node ../../../bin/build_package.js . --watch",
11-
"test": "echo 'The test script is not yet configured.' && exit 1",
11+
"test": "../../../bin/test_package.sh .",
1212
"lint": "biome lint --write",
1313
"format": "biome format --write",
1414
"check-lint": "biome lint",

0 commit comments

Comments
 (0)
0