forked from github/awesome-cordova-plugins
chore(build): fix publish script
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user