From a7516f6cb8e0a436cefc6f79922adfa913b3aaf0 Mon Sep 17 00:00:00 2001 From: Giovanni Giordano Date: Fri, 3 Jan 2020 21:56:03 +0100 Subject: [PATCH] Remove lint We have to investigate on this, because after the Typescript integration is not working anymore, so I have to deepen how we can configure the usage with TypesScript. --- .github/workflows/nodejs.yml | 5 ++--- package.json | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 3340cb89..dbfc2c97 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -3,7 +3,7 @@ name: Node CI on: [push] jobs: - build: + test: runs-on: ubuntu-latest @@ -12,10 +12,9 @@ jobs: - uses: actions/setup-node@v1 with: node-version: 12.x - - name: npm install, build, and test + - name: npm install and test run: | npm ci - npm run lint npm test env: CI: true diff --git a/package.json b/package.json index 98ba1faa..6652567b 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,7 @@ "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", - "eject": "react-scripts eject", - "lint": "eslint src" + "eject": "react-scripts eject" }, "browserslist": [ ">0.2%",