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",