diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index e3b3b3a7..1ad896ca 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -27,5 +27,6 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - run: npm install + - run: npm run lint - run: npm run build - run: npm test diff --git a/package.json b/package.json index 853bce01..678bcaa9 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "private": true, "scripts": { "serve": "vue-cli-service serve", - "build": "./static_analysis.bash && vue-cli-service build", + "lint": "./static_analysis.bash", + "build": "vue-cli-service build", "test": "python3 run_tests.py" }, "dependencies": {