From 0ce2e784b89a41a421de6ad9325fcb23d8762909 Mon Sep 17 00:00:00 2001 From: Dan Labrecque Date: Thu, 12 Oct 2023 13:33:10 -0400 Subject: [PATCH] Add install links target --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 48e50d68..e07adb79 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "deploy": "npm-run-all build lint test", "install:pkgs": "npm install", "install:pkgs:force": "npm install --force", + "install:pkgs:links": "npm run install:pkgs && npm install --install-links", "lint": "npm-run-all lint:*", "lint:ts": "eslint src", "lint:ts:fix": "eslint src --fix",