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 9282b76 commit ebb1a2bCopy full SHA for ebb1a2b
assets/package.json
@@ -7,7 +7,8 @@
7
"main": "dist/abstract_map_controller.js",
8
"types": "dist/abstract_map_controller.d.ts",
9
"scripts": {
10
- "build": "echo 'The build script is not yet configured.' && exit 1",
+ "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",
13
"lint": "biome lint --write",
14
"format": "biome format --write",
0 commit comments