diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-12-11 17:13:09 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-12-11 17:13:09 -0500 |
commit | 51536eddc82708ce0656b21272b315aca88dfaf6 (patch) | |
tree | 73392e00b2d54f6c0fbeaca1d013b2a3e5217d8d | |
parent | 430787969d73de770385f5ee0a131fc85f433762 (diff) | |
download | tanzanite-51536eddc82708ce0656b21272b315aca88dfaf6.tar.gz tanzanite-51536eddc82708ce0656b21272b315aca88dfaf6.tar.bz2 tanzanite-51536eddc82708ce0656b21272b315aca88dfaf6.zip |
remove windows work arounds from scripts
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index b9b2ed1..2676dc5 100644 --- a/package.json +++ b/package.json @@ -40,9 +40,9 @@ "upgrade:manual": "yarn add @notenoughupdates/discord.js-minesweeper @notenoughupdates/events-intercept @notenoughupdates/humanize-duration @notenoughupdates/simplify-number @notenoughupdates/wolfram-alpha-api @sentry/node @sentry/tracing canvas chalk discord-akairo@npm:@notenoughupdates/discord-akairo@dev discord.js@npm:@notenoughupdates/discord.js@dev fuse.js got lodash mathjs moment nanoid node-os-utils numeral pg pg-hstore prettier pretty-bytes rimraf sequelize source-map-support tinycolor2 tslib typescript vm2 && yarn add --dev @types/express @types/lodash @types/node @types/node-os-utils @types/numeral @types/tinycolor2 @types/validator @typescript-eslint/eslint-plugin @typescript-eslint/parser discord-api-types@0.24.0 eslint eslint-config-prettier", "upgrade:package": "powershell -c \"yarn info --name-only | %{\\$_ -replace '^(?:├─ |└─ )?(@?[a-z0-9-~][a-z0-9-._~/]{0,}(?=.*(npm:(?!.*dev)|patch:.*?@npm).*))|.*\\$','\\$1'} | where{[string]::IsNullOrEmpty(\\$_) -eq \\$false} | yarn add\"", "beta": "git push && git checkout beta && git merge master && git push && git checkout master", - "deploy:beta": "wsl /bin/bash -c \"pm2 deploy ecosystem.config.cjs beta\"", - "deploy:production": "wsl /bin/bash -c \"pm2 deploy ecosystem.config.cjs production\"", - "deploy:all": "yarn beta && wsl /bin/bash -c \"pm2 deploy ecosystem.config.cjs production && pm2 deploy ecosystem.config.cjs beta\"" + "deploy:beta": "pm2 deploy ecosystem.config.cjs beta", + "deploy:production": "pm2 deploy ecosystem.config.cjs production", + "deploy:all": "yarn beta && pm2 deploy ecosystem.config.cjs production && pm2 deploy ecosystem.config.cjs beta" }, "dependencies": { "@notenoughupdates/discord.js-minesweeper": "^1.0.8", |