1
0
Fork 0

fix(lab): Update prebuild to changes in org

This commit is contained in:
Joost De Cock 2023-10-09 13:02:16 +02:00
parent ffc833f7c7
commit 4dd836cf19

View file

@ -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'],