fix(lab): Update prebuild to changes in org
This commit is contained in:
parent
ffc833f7c7
commit
4dd836cf19
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
import path from 'path'
|
||||
import fse from 'fs-extra'
|
||||
import { collection } from '../../org/hooks/use-design.mjs'
|
||||
|
||||
const copyFromOrg = [
|
||||
['account'],
|
||||
['designs'],
|
||||
['new', 'index.mjs'],
|
||||
['new', '[design].mjs'],
|
||||
...collection.map((design) => ['new', `${design}.mjs`]),
|
||||
['patterns'],
|
||||
['sets'],
|
||||
['signin'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue