Skip to content

Commit

Permalink
fix: pass e2e options along
Browse files Browse the repository at this point in the history
  • Loading branch information
TimBeyer committed Sep 22, 2023
1 parent b17e56b commit b194e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"dev": "./scripts/run-script.ts dev --parallel",
"dist": "node cli/build/src/build-pkg.js",
"e2e": "./bin/garden test e2e-tests",
"e2e-project": "cd e2e; npm run e2e-project",
"e2e-project": "cd e2e; npm run e2e-project --",
"fix-format": "./scripts/run-script.ts fix-format --no-bail --parallel",
"generate-docs": "./scripts/run-script.ts generate-docs",
"integ": "./scripts/run-script.ts integ",
Expand Down

0 comments on commit b194e7f

Please sign in to comment.