mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
chore(build): fix publish script
This commit is contained in:
parent
41c034cc19
commit
fe9655ed84
@ -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 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 = [];
|
const failedPackages = [];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user