From 052147d9ca3cdff860073ad94de0d5e77b48c132 Mon Sep 17 00:00:00 2001 From: Cezar Augusto Date: Sun, 23 Jun 2024 17:41:31 -0300 Subject: [PATCH] Add new test scripts to package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index aa7adf68..a7210282 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,9 @@ "lint": "eslint . --config .eslintrc.js", "release": "dotenv -- turbo run compile && changeset publish", "test": "dotenv -- turbo run test", + "test:build": "dotenv -- turbo run test:build", + "test:create": "dotenv -- turbo run test:create", + "test:cli": "dotenv -- turbo run test:cli", "test:watch": "dotenv -- turbo run test:watch", "types": "tsc --noEmit --project tsconfig.json", "version-packages": "changeset version",