Skip to content

Commit

Permalink
chore(build): do not empty scripts build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Aug 8, 2020
1 parent 520342f commit 1318848
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ function main() {
if (args.includes('--prepare') || !fs.existsSync(scriptsBuildJs)) {
// ensure we've transpiled the build scripts first
console.log('🧩 transpiling build scripts');
fs.emptyDirSync(scriptsBuildDir);
const tscPath = path.join(rootDir, 'node_modules', '.bin', 'tsc');
const tsconfig = path.join(scriptsDir, 'tsconfig.json');
const execa = require('execa');
Expand Down

0 comments on commit 1318848

Please sign in to comment.