Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
underoot committed May 27, 2021
1 parent 8b8559e commit babe548
Show file tree
Hide file tree
Showing 23 changed files with 5,585 additions and 8,893 deletions.
11 changes: 2 additions & 9 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
root = true

[*.ts]
[*.{ts,js}]
indent_style = space
indent_size = 2

[*.js]
indent_style = space
indent_size = 2

[*.json]
indent_size = 2

[.eslintrc]
[*.json,.eslintrc]
indent_size = 2
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Bot unit tests

on:
pull_request:
branches: [ master ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
- run: yarn install
- run: yarn test
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10
14
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: npm start
web: npm run web
16 changes: 0 additions & 16 deletions config/default.ts

This file was deleted.

12 changes: 0 additions & 12 deletions config/development.ts

This file was deleted.

13 changes: 0 additions & 13 deletions config/production.ts

This file was deleted.

Loading

0 comments on commit babe548

Please sign in to comment.