We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d322178 commit 8f38808Copy full SHA for 8f38808
package.json
@@ -17,7 +17,7 @@
17
"build": "npm run build -w packages/next -w packages/runtime",
18
"postinstall": "run-s build install-husky",
19
"install-husky": "if-env CI=1 || husky install node_modules/@netlify/eslint-config-node/.husky",
20
- "test": "run-s build:demo test:jest test:deno",
+ "test": "run-s build:demo test:jest",
21
"test:deno": "deno test packages/runtime/src/templates/edge-shared/",
22
"test:next": "jest -c test/e2e/jest.config.js",
23
"test:next:disabled": "RUN_SKIPPED_TESTS=1 jest -c test/e2e/jest.config.disabled.js",
0 commit comments