Skip to content

Commit

Permalink
prep-dirs change
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuatz committed Aug 4, 2019
1 parent 40a60ce commit f28b74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prep-dirs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const fse = require('fs-extra');
const requiredDirs = ['./build-bookmarklet', './build-browserext', './webstore-zips'];
const requiredDirs = ['./build','./build-bookmarklet', './build-browserext', './webstore-zips'];

for (let x= 0; x<requiredDirs.length; x++){
if (!fse.existsSync(requiredDirs[x])){
Expand Down

0 comments on commit f28b74e

Please sign in to comment.