Skip to content

Commit

Permalink
test(integration): build before the base script so all variations build
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Dec 26, 2023
1 parent e67451c commit fd8872f
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 @@ -34,8 +34,8 @@
"test:unit:base": "DEBUG=any vitest run",
"lint:peer": "npm ls >/dev/null",
"lint:gherkin": "gherkin-lint",
"pretest:integration": "run-s build",
"test:integration": "run-s 'test:integration:base -- --profile noWip'",
"pretest:integration:base": "run-s build",
"test:integration:base": "NODE_OPTIONS=\"--enable-source-maps\" DEBUG=any cucumber-js test/integration",
"test:integration:debug": "NODE_OPTIONS=\"--enable-source-maps\" DEBUG=test run-s test:integration",
"test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
Expand Down

0 comments on commit fd8872f

Please sign in to comment.