Skip to content

Commit

Permalink
Exclude old catalogs from main import/exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Igloczek committed May 22, 2020
1 parent a2df1d7 commit b810a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path')
const glob = require('glob')

const components = glob
.sync('src/*/*/*.vue', { cwd: path.resolve(__dirname, '../') })
.sync('src/{atoms,molecules,organisms,pages,templates}/*/*.vue', { cwd: path.resolve(__dirname, '../') })
.map(file => ({
src: file,
name: path.basename(file)
Expand Down

0 comments on commit b810a42

Please sign in to comment.