Skip to content

Commit

Permalink
removing temporary debug scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Sullivan committed Apr 22, 2022
1 parent dcd7458 commit 730418d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/*",
Expand Down
3 changes: 1 addition & 2 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 730418d

Please sign in to comment.