chore(shared): Fix linter warnings in sites/shared
This commit is contained in:
parent
fef2edd13d
commit
c11a29e28a
16 changed files with 29 additions and 294 deletions
|
@ -1,20 +1,14 @@
|
|||
import fs_ from 'fs'
|
||||
import path from 'path'
|
||||
import { capitalize } from '../utils.mjs'
|
||||
import { plugins, designs } from '../../../config/software/index.mjs'
|
||||
import { header, prebuildOrg } from './org.mjs'
|
||||
import { prebuildOrg } from './org.mjs'
|
||||
|
||||
const fs = fs_.promises
|
||||
|
||||
const copyFromOrg = [
|
||||
'pages/account',
|
||||
'pages/confirm',
|
||||
'pages/designs',
|
||||
'pages/new',
|
||||
'pages/signin',
|
||||
'pages/signup',
|
||||
'pages/welcome',
|
||||
]
|
||||
//const copyFromOrg = [
|
||||
// 'pages/account',
|
||||
// 'pages/confirm',
|
||||
// 'pages/designs',
|
||||
// 'pages/new',
|
||||
// 'pages/signin',
|
||||
// 'pages/signup',
|
||||
// 'pages/welcome',
|
||||
//]
|
||||
|
||||
export const prebuildLab = async () => {
|
||||
await prebuildOrg('lab')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue