Skip to content

Commit

Permalink
fix lab build
Browse files Browse the repository at this point in the history
  • Loading branch information
xzilja committed Sep 25, 2023
1 parent 138ccc1 commit d640b41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ export * from './src/layout/wui-grid/index.js'
export * from './src/layout/wui-separator/index.js'

export { initializeTheming, setColorTheme, setThemeVariables } from './src/utils/ThemeUtil.js'
export type { IconType, VisualType } from './src/utils/TypesUtil.js'
export { UiHelperUtil } from './src/utils/UiHelperUtils.js'

export type { IconType, VisualType } from './src/utils/TypesUtil.js'
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"scripts": {
"build:clean": "rm -rf dist",
"build": "npm run build:clean",
"build": "npm run build:clean; tsc --build",
"watch": "npm run build:clean; tsc --watch",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
Expand Down

0 comments on commit d640b41

Please sign in to comment.