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.
test
1 parent c308372 commit b440728Copy full SHA for b440728
assets/package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"build": "node ../../../bin/build_package.js .",
10
"watch": "node ../../../bin/build_package.js . --watch",
11
- "test": "echo 'The test script is not yet configured.' && exit 1",
+ "test": "../../../bin/test_package.sh .",
12
"lint": "biome lint --write",
13
"format": "biome format --write",
14
"check-lint": "biome lint",
0 commit comments