From 1543fe90d147826a1572fa1a33f8e52dca137ee1 Mon Sep 17 00:00:00 2001 From: spences10 Date: Sun, 20 Aug 2023 17:50:56 +0100 Subject: [PATCH] ci: :construction_worker: update scripts --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8086bcdf..cee63b04 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,11 @@ "build": "vite build", "preview": "vite preview", "test": "playwright test", + "test:e2e": "playwright test", + "test:unit": "vitest", + "test:ci": "vitest run", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", - "test:unit": "vitest", "lint": "prettier --plugin-search-dir . --check . && eslint .", "format": "prettier --plugin-search-dir . --write .", "cspell": "cspell '**/*.md' --config cspell.json --wordsOnly"