Skip to content

Commit 8f38808

Browse files
committed
test: update test command
1 parent d322178 commit 8f38808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build": "npm run build -w packages/next -w packages/runtime",
1818
"postinstall": "run-s build install-husky",
1919
"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",
20+
"test": "run-s build:demo test:jest",
2121
"test:deno": "deno test packages/runtime/src/templates/edge-shared/",
2222
"test:next": "jest -c test/e2e/jest.config.js",
2323
"test:next:disabled": "RUN_SKIPPED_TESTS=1 jest -c test/e2e/jest.config.disabled.js",

0 commit comments

Comments
 (0)