1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2020-11-18 20:12:19 +01:00
parent 452e3d4dfa
commit eb77a60d65
7 changed files with 671 additions and 657 deletions

View file

@ -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')
}