File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 82
82
- name : Build
83
83
# NOTE: These are run in the specified order, so they must be in topological order
84
84
run : >-
85
- npm run build -w ./packages/types -w ./packages/dev-utils -w ./packages/runtime-utils -w ./packages/blobs -w
86
- ./packages/edge-functions -w ./packages/functions
85
+ npm run build -w ./packages/types -w ./packages/dev-utils -w ./packages/runtime-utils -w ./packages/otel -w
86
+ ./packages/blobs -w ./packages/ edge-functions -w ./packages/functions
87
87
- name : Tests
88
88
run : >-
89
- npm run test -w ./packages/types -w ./packages/dev-utils -w ./packages/runtime-utils -w ./packages/blobs -w
90
- ./packages/edge-functions -w ./packages/functions
89
+ npm run test -w ./packages/types -w ./packages/dev-utils -w ./packages/runtime-utils -w ./packages/otel -w
90
+ ./packages/blobs -w ./packages/ edge-functions -w ./packages/functions
You can’t perform that action at this time.
0 commit comments