Skip to content

Commit

Permalink
chore: build components for the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Aug 15, 2023
1 parent 34510ee commit f35a4bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/config/stencil.basic.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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 Expand Up @@ -44,7 +45,7 @@ export const StencilBaseConfig: Config = {
generateTypeDeclarations: false,
},
// VueGenerator('../../..', './.storybook/vue/generated/components.ts', []),
// VueGenerator('../', '../../test/generated/components/index.ts', []),
VueGenerator('../', '../../test/generated/components/index.ts', []),
],
bundles: [
{ components: ['bal-accordion', 'bal-accordion-summary', 'bal-accordion-trigger', 'bal-accordion-details'] },
Expand Down

0 comments on commit f35a4bd

Please sign in to comment.