Skip to content

Commit ebb1a2b

Browse files
committed
[DX] Rework building process, and add build/watch scripts to packages package.json
1 parent 9282b76 commit ebb1a2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"main": "dist/abstract_map_controller.js",
88
"types": "dist/abstract_map_controller.d.ts",
99
"scripts": {
10-
"build": "echo 'The build script is not yet configured.' && exit 1",
10+
"build": "node ../../../bin/build_package.js .",
11+
"watch": "node ../../../bin/build_package.js . --watch",
1112
"test": "echo 'The test script is not yet configured.' && exit 1",
1213
"lint": "biome lint --write",
1314
"format": "biome format --write",

0 commit comments

Comments
 (0)