chore: Reconfigure packages
This commit is contained in:
parent
452e3d4dfa
commit
eb77a60d65
7 changed files with 671 additions and 657 deletions
|
@ -10,7 +10,6 @@ const buildPatternWorkbenches = async (patterns) => {
|
|||
let cwd = path.join(dir, 'packages', pattern, 'example')
|
||||
await runScript(cwd, 'rm -rf node_modules yarn.lock')
|
||||
await runScript(cwd, 'yarn install')
|
||||
await runScript(cwd, 'yarn install')
|
||||
await runScript(cwd, 'yarn build')
|
||||
await runScript(cwd, 'netlify deploy --prod')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue