Skip to content

Commit

Permalink
Fix issue #4
Browse files Browse the repository at this point in the history
  • Loading branch information
winwiz1 committed Jan 20, 2020
1 parent 1a0dca3 commit a0fb84d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cache:
- client/node_modules
- server/node_modules
yarn: true
dist: bionic
git:
depth: 3
language: node_js
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"scripts": {
"install": "cd client && yarn",
"postinstall": "cd server && yarn",
"pretest": "cd client && yarn build",
"test": "cd client && yarn test",
"posttest": "cd server && yarn copy && yarn test",
"compile": "cd client && yarn compile",
Expand Down
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/express": "4.17.2",
"@types/helmet": "^0.0.45",
"@types/http-proxy-middleware": "^0.19.3",
"@types/jest": "24.0.25",
"@types/jest": "24.0.23",
"@types/node": "13.1.6",
"@types/node-cache": "^4.2.5",
"@types/node-fetch": "2.5.4",
Expand All @@ -66,7 +66,7 @@
"mkdirp": "^0.5.1",
"rimraf": "^3.0.0",
"supertest": "^4.0.2",
"ts-jest": "24.3.0",
"ts-jest": "24.2.0",
"tslib": "1.10.0",
"tslint": "5.20.1",
"typescript": "3.7.4"
Expand Down

0 comments on commit a0fb84d

Please sign in to comment.