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.
1 parent 9a9eaf9 commit e371e0cCopy full SHA for e371e0c
assets/package.json
@@ -6,7 +6,8 @@
6
"main": "dist/controller.js",
7
"types": "dist/controller.d.ts",
8
"scripts": {
9
- "build": "echo 'The build script is not yet configured.' && exit 1",
+ "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",
12
"lint": "biome lint --write",
13
"format": "biome format --write",
0 commit comments