From 18e5e9f41838f9dc6b6947fa68ff4d9cd688991c Mon Sep 17 00:00:00 2001 From: Matt Knop Date: Thu, 31 Aug 2023 10:55:21 -0600 Subject: [PATCH] Adding npm targets --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 58a507ad74..63cc8429aa 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,11 @@ "translations:compile": "npx formatjs compile ./locales/translation-template.json --out-file ./src/locales/translations.json", "translations:datafile": "node scripts/createDataJson.js", "verify": "npm-run-all lint build test", - "postinstall": "rm -rf .webpack-cache" + "postinstall": "rm -rf .webpack-cache", + "ci:unit-tests": "run-s test", + "ci:lint": "run-s lint", + "ci:cypress-component-tests": "run-s test:ct", + "ci:cypress-e2e-tests": "run-s test:e2e" }, "repository": { "type": "git",