Skip to content

Commit 53fed37

Browse files
authored
Add new deps to release script. (#3066)
DEV Add new deps to release script.
1 parent 8fc7520 commit 53fed37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/package_dependencies.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"tfjs-converter": ["tfjs-core"],
55
"tfjs-layers": ["tfjs-core"],
66
"tfjs-data": ["tfjs-core", "tfjs-layers"],
7+
"tfjs": ["tfjs-core", "tfjs-converter", "tfjs-layers", "tfjs-data"],
8+
"tfjs-node": ["tfjs", "tfjs-core"],
9+
"tfjs-node-gpu": ["tfjs", "tfjs-core"],
710
"tfjs-backend-wasm": ["tfjs-core"],
811
"tfjs-backend-cpu": ["tfjs-core"],
912
"tfjs-backend-webgl": ["tfjs-core"]

0 commit comments

Comments
 (0)