Skip to content

Commit

Permalink
chore: add visual reporter + 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Aug 14, 2023
1 parent 4450c11 commit 27c2af7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/components/config/stencil.basic.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Config } from '@stencil/core'
import { sass } from '@stencil/sass'
import fg from 'fast-glob'
import { resolve } from 'path'
import { VueGenerator } from './stencil.bindings.vue'

const IS_BAL_DS_RELEASE = process.env.BAL_DS_RELEASE === 'true'

Expand Down
8 changes: 4 additions & 4 deletions packages/components/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ export const config: Config = {
/**
* Library outputs
*/
// {
// type: 'docs-json',
// file: './public/assets/data/components.json',
// },
{
type: 'docs-json',
file: './public/assets/data/components.json',
},
VueGenerator(),
AngularGenerator(),
ReactGenerator(),
Expand Down

0 comments on commit 27c2af7

Please sign in to comment.