Skip to content

Commit ff642ef

Browse files
committed
comma
1 parent 65fdfae commit ff642ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/frontend/package.json.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test-unit:watch": "vitest --exclude=\"tests/e2e/**\" --exclude=\"tests/compiled/**\"",
1717
"test-compiled": "vitest --exclude=\"tests/e2e/**\" --exclude=\"tests/unit/**\" --test-timeout=15000 --run",
1818
"test-e2e": "docker compose --file=../docker-compose.yaml build && dotenv -v USE_DOCKER_COMPOSE_FOR_VITEST_E2E=1 -- vitest --exclude=\"tests/unit/**\" --exclude=\"tests/compiled/**\" --test-timeout=15000 --run",
19-
"test-compiled:watch": "vitest --exclude=\"tests/e2e/**\" --exclude=\"tests/unit/**\" --test-timeout=15000",{% endraw %}{% if frontend_uses_graphql %}{% raw %},
19+
"test-compiled:watch": "vitest --exclude=\"tests/e2e/**\" --exclude=\"tests/unit/**\" --test-timeout=15000"{% endraw %}{% if frontend_uses_graphql %}{% raw %},
2020
"codegen": "graphql-codegen --config codegen.ts"{% endraw %}{% endif %}{% raw %}
2121
},
2222
"dependencies": {

0 commit comments

Comments
 (0)