diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6bfb5b4d60fbb41bfcb53440bbcf48165f097eb6..ba4ecbfd42ba003f9dd97ccad1f1eadb3407c798 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,21 +42,12 @@ Build example: #### # Lint nshmp-template library #### -Lint nshmp-template: +Lint: stage: test extends: .node script: - npm run lint -#### -# Lint example application -#### -Lint example: - stage: test - extends: .node - script: - - npm run lint:example - # #### # # Run Jest tests on nshmp-template # #### diff --git a/package.json b/package.json index e3e3a52a97c5e5156d07a05dccc61ca0f8d4e6f0..e60aa3259af7b3f0833a9c4d6e45e08ec7601c75 100644 --- a/package.json +++ b/package.json @@ -15,11 +15,10 @@ "test:example": "ng test example", "lint": "ng lint", "lint:fix": "npm run lint -- --fix", - "lint:example": "ng lint example", "e2e": "ng e2e nshmp-template", "e2e:example": "ng e2e example", - "pre-commit": "pretty-quick --staged && npm run lint && npm run lint:example", - "pre-push": "npm run pre-commit && npm run build" + "pre-commit": "pretty-quick --staged && npm run lint", + "pre-push": "npm run build" }, "private": true, "dependencies": {