From 38f3e63741332b57cd8926c139ba1ad0ec68dbeb Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Thu, 9 Nov 2023 15:02:38 +0100 Subject: [PATCH] fix: install run-s and run-p (#73) --- package-lock.json | 3 ++- package.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 911cf95f..b93fb43f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "@netlify/angular-runtime", "version": "2.0.1", - "license": "ISC", + "license": "MIT", "dependencies": { "fs-extra": "^11.1.1", "semver": "^7.5.4" @@ -17,6 +17,7 @@ "@types/node": "^16.3.1", "eslint-plugin-unicorn": "^49.0.0", "husky": "^4.3.0", + "npm-run-all": "^4.1.5", "prettier": "^2.1.2" }, "engines": { diff --git a/package.json b/package.json index f38f0022..ef28c648 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,7 @@ "@types/node": "^16.3.1", "eslint-plugin-unicorn": "^49.0.0", "husky": "^4.3.0", + "npm-run-all": "^4.1.5", "prettier": "^2.1.2" }, "dependencies": {