chore: Linter fixes
This commit is contained in:
parent
b2cc12adf4
commit
0b18ade83b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ const dir = path.join(__dirname, '..')
|
|||
const base = 'aaron'
|
||||
|
||||
const buildPatternWorkbenches = async (patterns) => {
|
||||
for (pattern of patterns) {
|
||||
for (let pattern of patterns) {
|
||||
let cwd = path.join(dir, 'packages', pattern, 'example')
|
||||
await runScript(cwd, 'rm -rf node_modules yarn.lock')
|
||||
await runScript(cwd, 'yarn install')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue