chore(build): fix publish script

This commit is contained in:
Daniel
2018-09-18 16:08:49 +02:00
parent 41c034cc19
commit fe9655ed84
+1 -1
View File
@@ -10,7 +10,7 @@ const ROOT = path.resolve(path.join(__dirname, '../../')),
const FLAGS = '--access public'; // add any flags here if you want... (example: --tag alpha)
const PACKAGES = fs.readdir(DIST);
const PACKAGES = fs.readdirSync(DIST);
const failedPackages = [];