You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.
But how to avoid the app:build task (which make sense only during deploy or rollback, using releasePath)?
// Not blocking - NOT WORKINGshipit.on('updated',async()=>{awaitshipit.remote(`cd ${shipit.releasePath} && yarn install && yarn build`);});// Not blocking - NOT WORKINGshipit.on('updated',()=>{returnshipit.remote(`cd ${shipit.releasePath} && yarn install && yarn build`);});
The text was updated successfully, but these errors were encountered:
gremo
changed the title
Ho to listen to an event and run a remote command (blocking)?
How to listen an event and run a remote command (blocking)?
Jun 12, 2020
The suggested solution is this:
But how to avoid the
app:build
task (which make sense only duringdeploy
orrollback
, using releasePath)?The text was updated successfully, but these errors were encountered: