config: enhance tsconfig.json (#44)

* config: enhance tsconfig.json (Set sourceMap and removeComments to true)
* gha: Add pull_request trigger, close #43
* config: Add waring emoji
This commit is contained in:
Shohei Ueda
2019-09-23 10:58:19 +09:00
committed by GitHub
parent 71663ea875
commit a6d33f08ac
13 changed files with 14 additions and 9 deletions

View File

@@ -16,7 +16,7 @@
"skipCI": true,
"hooks": {
"pre-commit": "lint-staged",
"post-commit": "npm run tsc && npm run build && echo 'Do not forget to Commit and Push ./lib and ./node_modules'"
"post-commit": "npm run tsc && npm run build && echo '⚠️ Do not forget to Commit and Push ./lib and ./node_modules'"
}
},
"lint-staged": {