Skip to content

Commit

Permalink
minor: export UxActorModule
Browse files Browse the repository at this point in the history
  • Loading branch information
makimenko committed Nov 29, 2023
1 parent 767eab2 commit 1d526a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "ng test --watch=false --code-coverage --browsers=ChromeHeadlessCustom",
"lint": "ng lint",
"e2e": "ng e2e",
"storybook": "ng run angular-template-for-threejs:build-storybook",
"storybook": "npx ng run angular-template-for-threejs:storybook",
"release": "cd ./projects/atft && standard-version",
"watch": "ng build --watch --configuration development"
},
Expand Down
1 change: 1 addition & 0 deletions projects/atft/src/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ export * from './lib/effect';
export * from './lib/threejs-fork';

export * from './lib/actor/data-center/';
export * from './lib/actor/ux/';

0 comments on commit 1d526a1

Please sign in to comment.