Skip to content

Commit

Permalink
Import playroom exports from public entrypoints (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm007 authored Feb 19, 2024
1 parent 5fdb3aa commit 2ca36db
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"test": "pnpm run generate && jest",
"test:integration": "jest --config integration/jest.config.js",
"dev": "nx run-many --target=dev",
"start": "nx run site:start",
"start:playroom": "nx run site:start:playroom",
"build": "nx run braid-design-system:build",
Expand Down Expand Up @@ -47,7 +48,7 @@
"@babel/runtime": "^7.18.0",
"@changesets/cli": "^2.22.0",
"@changesets/get-github-info": "^0.5.0",
"@crackle/cli": "^0.15.0",
"@crackle/cli": "^0.15.2",
"@manypkg/cli": "^0.19.1",
"@octokit/rest": "^18.12.0",
"@types/fs-extra": "^9.0.13",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion site/src/playroom.components.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import 'braid-src/entries/reset';

export * from 'braid-src/entries/playroom/components';
export * from 'braid-design-system/playroom/components';
2 changes: 1 addition & 1 deletion site/src/playroom.frame.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import 'braid-src/entries/reset';

export { default } from 'braid-src/entries/playroom/FrameComponent';
export { default } from 'braid-design-system/playroom/FrameComponent';
2 changes: 1 addition & 1 deletion site/src/playroom.scope.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import 'braid-src/entries/reset';

export { default } from 'braid-src/entries/playroom/scope';
export { default } from 'braid-design-system/playroom/scope';

0 comments on commit 2ca36db

Please sign in to comment.