Skip to content

Commit

Permalink
feat: Switch to esbuild and ESM first packaging (comms)
Browse files Browse the repository at this point in the history
Changed type to "module" and dropped UMD support

Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Sep 26, 2024
1 parent 4a426f6 commit 0bdfdda
Show file tree
Hide file tree
Showing 134 changed files with 22,545 additions and 20,048 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/testPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
fail-fast: false

steps:
env:
CI: true

- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
Expand All @@ -34,6 +37,5 @@ jobs:
continue-on-error: true
run: sudo apt install -f ./hpccsystems-platform-community_9.4.34-1jammy_amd64_withsymbols.deb
- run: sudo /etc/init.d/hpcc-init start
- run: npx -y playwright install
- run: npm run test
env:
CI: true
3 changes: 0 additions & 3 deletions demos/dashy/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
{
"path": "../../packages/common/"
},
{
"path": "../../packages/comms/"
},
{
"path": "../../packages/graph/"
},
Expand Down
66 changes: 0 additions & 66 deletions karma.conf.js

This file was deleted.

Loading

0 comments on commit 0bdfdda

Please sign in to comment.