mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-08-04 00:00:08 +08:00
edit publish command
This commit is contained in:
@@ -15,7 +15,10 @@ const FLAGS = '--access public --tag alpha'; // add any flags here if you want..
|
||||
|
||||
console.log('Publishing @ionic-native/core');
|
||||
exec(`npm publish ${CORE} ${FLAGS}`)
|
||||
.then(() => exec(`npm publish ${UTILS} ${FLAGS}`))
|
||||
.then(() => {
|
||||
console.log('Publishing @ionic-native/utils');
|
||||
return exec(`npm publish ${UTILS} ${FLAGS}`)
|
||||
})
|
||||
.then(() => {
|
||||
|
||||
const PLUGINS = fs.readdirSync(PLUGINS_ROOT);
|
||||
|
||||
Reference in New Issue
Block a user