From 81f32b13cc47c11a11367574739b5a40981f1e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Fri, 19 May 2017 16:36:02 +0300 Subject: [PATCH] Update README.MD --- README.MD | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.MD b/README.MD index 2c998c2c..31be3261 100644 --- a/README.MD +++ b/README.MD @@ -12,13 +12,7 @@ $ npm install abp-ng2-module --save To generate all `*.js`, `*.js.map` and `*.d.ts` files: ```bash -$ npm run tsc -``` - -To lint all `*.ts` files: - -```bash -$ npm run lint +$ npm run build ``` ## License