Skip to content

Commit 942f447

Browse files
committed
chore: add build-workspaces.js to package.json files list
1 parent 0d425e7 commit 942f447

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"packages/operators/package.json",
2222
"packages/observables/dist",
2323
"packages/observables/node-modules",
24-
"packages/observables/package.json"
24+
"packages/observables/package.json",
25+
"scripts/build-workspaces.js"
2526
],
2627
"scripts": {
2728
"postinstall": "node scripts/build-workspaces.js",

0 commit comments

Comments
 (0)