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