From cc0c0997af8b145c5961f348b37b00b406be5cf5 Mon Sep 17 00:00:00 2001 From: Lucas Dohmen Date: Mon, 27 Jan 2025 23:17:57 +0100 Subject: [PATCH] Remove npm-run-all --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index ec7706d..e1b2969 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Sass for faucet-pipeline", "main": "lib/index.js", "scripts": { - "test": "npm-run-all --parallel lint test:cli", + "test": "npm run lint && npm run test:cli", "test:cli": "./test/run", "lint": "eslint --cache lib test && echo ✓" }, @@ -31,7 +31,6 @@ "eslint-config-fnd": "^1.13.0", "faucet-pipeline-static": "^2.0.0", "json-diff": "^1.0.0", - "npm-run-all": "^4.1.5", "release-util-fnd": "^3.0.0" } }