diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-06 21:41:04 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-06 21:41:04 -0400 |
commit | 91d038935f138565dcc5cb5988b724f574ffaecd (patch) | |
tree | 3576f231a35f37db9049bde3ec06eb04c7e97187 /ecosystem.config.js | |
parent | 19b494b8a87203e6852cae1f605a8aeadb6d498c (diff) | |
download | tanzanite-91d038935f138565dcc5cb5988b724f574ffaecd.tar.gz tanzanite-91d038935f138565dcc5cb5988b724f574ffaecd.tar.bz2 tanzanite-91d038935f138565dcc5cb5988b724f574ffaecd.zip |
fix script names
Diffstat (limited to 'ecosystem.config.js')
-rw-r--r-- | ecosystem.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ecosystem.config.js b/ecosystem.config.js index d76aa26..70100e5 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -37,7 +37,7 @@ module.exports = { 'ref': 'origin/master', 'repo': 'https://github.com/NotEnoughUpdates/bush-bot.git', 'path': '/code/bush-bot', - 'post-deploy': 'yarn install && yarn build && yarn start ecosystem.config.js --only bush-bot' + 'post-deploy': 'yarn install && yarn build-tsc && yarn start ecosystem.config.js --only bush-bot' }, beta: { 'user': 'pi', @@ -45,7 +45,7 @@ module.exports = { 'ref': 'origin/beta', 'repo': 'https://github.com/NotEnoughUpdates/bush-bot.git', 'path': '/code/bush-bot-beta', - 'post-deploy': 'yarn install && yarn build && yarn start ecosystem.config.js --only bush-bot-beta' + 'post-deploy': 'yarn install && yarn build-tsc && yarn start ecosystem.config.js --only bush-bot-beta' } } }; |