Skip to content

Commit

Permalink
Fix scripts: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayMakhonin committed May 31, 2020
1 parent 9c47eee commit 7a527b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/scripts/specific/builds.js
Expand Up @@ -20,7 +20,7 @@ const buildComponents = singleCall(async appConfigType => {
)
})

const clean = singleCall(appConfigType => deletePaths(`{dist,tmp}/${appConfigType}`))
const clean = singleCall(appConfigType => deletePaths(`{dist,tmp,src/node_modules/@sapper}/${appConfigType}`))
const build = singleCall(async appConfigType => {
// await clean(appConfigType)
// await run('echo │ node_modules\\core-js-pure\\stable\\set-interval.js (0.2%)\n')
Expand Down

0 comments on commit 7a527b0

Please sign in to comment.