removing local refs to email plugin
This commit is contained in:
Родитель
3cd6d25ac2
Коммит
c448fc8a91
|
@ -4,9 +4,9 @@ npm install
|
|||
|
||||
pushd .
|
||||
cd ~/.config && mkdir sfdx && cd ./sfdx
|
||||
echo '["sfdx-deliverability-access", "@rdietrick/sfdx-profile-decompose", "@jayree/sfdx-plugin-prettier"]' > unsignedPluginAllowList.json
|
||||
echo '["@rdietrick/sfdx-profile-decompose", "@jayree/sfdx-plugin-prettier"]' > unsignedPluginAllowList.json
|
||||
popd
|
||||
sfdx plugins:install @rdietrick/sfdx-profile-decompose sfdx-deliverability-access @jayree/sfdx-plugin-prettier
|
||||
sfdx plugins:install @rdietrick/sfdx-profile-decompose @jayree/sfdx-plugin-prettier
|
||||
|
||||
pushd .
|
||||
cd ~/.local/share/sfdx/node_modules/puppeteer && npm install
|
||||
|
|
|
@ -55,9 +55,6 @@ else
|
|||
|
||||
echo "===> Installing sfdx-profile-decompose plugin "
|
||||
sfdx plugins:install @rdietrick/sfdx-profile-decompose
|
||||
|
||||
echo "===> Installing Email Deliverability Access plugin"
|
||||
sfdx plugins:install sfdx-deliverability-access
|
||||
|
||||
echo "===> Installing sfdx-plugin-prettier plugin "
|
||||
sfdx plugins:install @jayree/sfdx-plugin-prettier
|
||||
|
|
Загрузка…
Ссылка в новой задаче