config: Add waring emoji

This commit is contained in:
peaceiris 2019-09-23 10:17:25 +09:00
parent 4f3945160f
commit f255a8bab7

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": {