Skip to content

Commit e371e0c

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

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
@@ -6,7 +6,8 @@
66
"main": "dist/controller.js",
77
"types": "dist/controller.d.ts",
88
"scripts": {
9-
"build": "echo 'The build script is not yet configured.' && exit 1",
9+
"build": "node ../../../bin/build_package.js .",
10+
"watch": "node ../../../bin/build_package.js . --watch",
1011
"test": "echo 'The test script is not yet configured.' && exit 1",
1112
"lint": "biome lint --write",
1213
"format": "biome format --write",

0 commit comments

Comments
 (0)