Skip to content

Commit

Permalink
fix barrel for pubsub and update workflow to add tests back
Browse files Browse the repository at this point in the history
  • Loading branch information
floodfx committed May 6, 2022
1 parent 4835b69 commit 84129d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 17
# install dependencies and test
- run: npm install
#- run: npm test
- run: npm test
# run rollup and save dist updates back to repo
- run: npm run dist
# commit back changes to dist
Expand Down
3 changes: 1 addition & 2 deletions src/server/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
export * from "./adaptor";
export * from "./changeset";
export * from "./live";
export * from "./pubsub/pubSub";
export * from "./pubsub/singleProcessPubSub";
export * from "./pubsub";
export * from "./session";
export * from "./socket";
export * from "./templates";
Expand Down

0 comments on commit 84129d4

Please sign in to comment.