From 730418d68bf57be17623ba74beeee8d4dd59575a Mon Sep 17 00:00:00 2001 From: Tony Sullivan Date: Fri, 22 Apr 2022 19:46:05 +0200 Subject: [PATCH] removing temporary debug scripts --- package.json | 3 +-- packages/astro/package.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7648d5690543..5a9b6e267cdd 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,7 @@ "benchmark": "turbo run benchmark --scope=astro", "lint": "eslint \"packages/**/*.ts\"", "format": "prettier -w .", - "version": "changeset version && pnpm install --no-frozen-lockfile && pnpm run format", - "test:temp": "cd packages/astro && pnpm run test:temp" + "version": "changeset version && pnpm install --no-frozen-lockfile && pnpm run format" }, "workspaces": [ "compiled/*", diff --git a/packages/astro/package.json b/packages/astro/package.json index 47bbf13e1b7e..ea513cae52e5 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -72,8 +72,7 @@ "postbuild": "astro-scripts copy \"src/**/*.astro\"", "benchmark": "node test/benchmark/dev.bench.js && node test/benchmark/build.bench.js", "test": "mocha --exit --timeout 20000 --ignore **/lit-element.test.js && mocha --timeout 20000 **/lit-element.test.js", - "test:match": "mocha --timeout 20000 -g", - "test:temp": "mocha --timeout 20000 **/svelte-component.test.js" + "test:match": "mocha --timeout 20000 -g" }, "dependencies": { "@astrojs/compiler": "^0.14.2",