Skip to content

Commit

Permalink
🔧 Remove --skipLibCheck from tsc compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Mar 2, 2020
1 parent f21a606 commit 92eb4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "What's Up Dock(er)?",
"main": "dist/index.js",
"scripts": {
"compile": "tsc --skipLibCheck ; babel dist -d dist",
"compile": "tsc ; babel dist -d dist",
"build": "pkg dist/index.js --target node12 -o ./bin/supdock",
"build:ci": "pkg dist/index.js --targets node12-linux-x64,node12-macos-x64,node12-win-x64 --out-path ./bin ; ./scripts/rename.sh",
"lint": "eslint '**/*.{ts,tsx}' && tsc",
Expand Down

0 comments on commit 92eb4fc

Please sign in to comment.