Skip to content

Commit

Permalink
GCW-3420 Install TS + add type checking to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BboyStatix committed Dec 3, 2020
1 parent 82a8d0e commit 2d55579
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@
"react-dom": "^16.13.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"typescript": "3.8.3"
"react-scripts": "3.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test": "tsc && react-scripts test",
"eject": "react-scripts eject",
"cap:sync": "cap sync",
"format": "prettier --ignore-path .gitignore --write ."
Expand All @@ -54,6 +53,7 @@
"description": "An Ionic project",
"devDependencies": {
"@capacitor/cli": "2.4.2",
"prettier": "2.2.0"
"prettier": "2.2.0",
"typescript": "^3.8.3"
}
}

0 comments on commit 2d55579

Please sign in to comment.