From a06a9dee4fd7aca98192cb12363115100babb103 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Fri, 11 Oct 2024 01:57:21 -0700 Subject: [PATCH] build: add 'test' script to root package.json --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 13aec42cde..ba3b0bc738 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,8 @@ "start": "run-p start:*", "start:quill": "npm start -w quill", "start:website": "NEXT_PUBLIC_LOCAL_QUILL=true npm start -w website", + "test": "run-p test:*", + "test:quill": "npm run test -w quill", "lint": "npm run lint -ws" }, "keywords": [