Skip to content

Commit aaa7485

Browse files
maxepganeshnj
andauthored
Build package (#152)
Co-authored-by: Ganesh Jangir <ganesh.jangir@datadoghq.com>
1 parent 248c178 commit aaa7485

File tree

11 files changed

+47144
-66161
lines changed

11 files changed

+47144
-66161
lines changed

.github/workflows/check-dist.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
run: yarn install --immutable
3333

3434
- name: Rebuild the dist/ directory
35-
run: yarn build
35+
run: |
36+
yarn build
37+
yarn package
3638
3739
- name: Compare the expected and actual dist/ directories
3840
run: |

0 commit comments

Comments
 (0)