remove linting for a while

This commit is contained in:
Zuhdan Ubay 2020-05-20 08:34:59 +07:00
parent eca4c23fb9
commit 947ee4e0c2
2 changed files with 3 additions and 1 deletions

View file

@ -236,3 +236,6 @@ pages-menu.ts
----------------------------------------------------
enabling CD via Heroku
--------------------------------------
"prepush": "npm run lint:ci",

View file

@ -25,7 +25,6 @@
"e2e": "ng e2e",
"docs": "compodoc -p src/tsconfig.app.json -d docs",
"docs:serve": "compodoc -p src/tsconfig.app.json -d docs -s",
"prepush": "npm run lint:ci",
"release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s",
"postinstall": "ngcc --properties es2015 es5 browser module main --first-only --create-ivy-entry-points"
},