From e04e9d5a9efa31c60be2d2ad1bd62cea2de9f6e9 Mon Sep 17 00:00:00 2001 From: jacques metevier Date: Thu, 8 Jun 2023 12:06:38 -0700 Subject: [PATCH] chore(deps): revert temp --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 42dc35d6ca..39cca7dc7b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,6 @@ "fix:prettier": "prettier ./packages --write", "check": "run-s check:*", "check:workspaces": "npm run check --workspaces --if-present", - "install:workspaces": "npm install --workspaces", "check:prettier": "prettier ./packages --list-different", "check:ws": "[ $(ls -1 ./packages|wc -l) -eq $(cat package.json | jq '.workspaces | length') ] || exit 1 # check no packages left behind", "test": "npm run test --workspaces --if-present",