This file ( 400B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
module.exports.command = {
publish: (options = {all: true}) => {
const otp = process.env.NPM_OTP
console.log('OTP: ' + otp)
return `grunt cory-npm cory-replace
grunt cory-raw-npm-angular || true
(grunt publish -v && sleep 3)|| true
__PUBLISH_LOCATION_START__
#npm publish
npm publish --registry https://registry.npmjs.org --otp=${otp}
__PUBLISH_LOCATION_END__`
}
}