Skip to content

Commit

Permalink
Add type-check command
Browse files Browse the repository at this point in the history
  • Loading branch information
nglazov committed Feb 14, 2020
1 parent 110c685 commit 0030f22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cvat-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"main": "src/index.tsx",
"scripts": {
"build": "webpack --config ./webpack.config.js",
"start": "webpack-dev-server --config ./webpack.config.js --mode=development"
"start": "webpack-dev-server --config ./webpack.config.js --mode=development",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch"
},
"author": "Intel",
"license": "MIT",
Expand Down

0 comments on commit 0030f22

Please sign in to comment.