Skip to content

Commit

Permalink
chore(dashboard): speed up compilation during development
Browse files Browse the repository at this point in the history
See here for reference: facebook/create-react-app#5820
  • Loading branch information
eysi09 committed Sep 17, 2019
1 parent 0d96fdb commit e9be60e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"uuid": "^3.3.2"
},
"scripts": {
"start": "react-scripts start",
"start": "CI=true react-scripts start",
"build": "react-scripts build && ./bin/copy-to-static",
"dev": "npm run start",
"test-watch": "react-scripts test",
Expand Down
2 changes: 1 addition & 1 deletion dashboard/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"skipLibCheck": false,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
Expand Down

0 comments on commit e9be60e

Please sign in to comment.