Skip to content

Commit 11e000a

Browse files
authored
fix statyp_script
1 parent e250bd3 commit 11e000a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ resource "coder_agent" "dev" {
266266
sudo service docker start
267267
# Install playwright dependencies
268268
# We want to use the playwright version from site/package.json
269-
cd ${local.repo_dir} && pnpm install && pnpm playwright:install
269+
cd "${local.repo_dir}/site" && pnpm install && pnpm playwright:install
270270
EOT
271271
}
272272

0 commit comments

Comments
 (0)