We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c325e9f commit 01a4b64Copy full SHA for 01a4b64
template/package.json
@@ -14,7 +14,8 @@
14
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
15
{{/if_eq}}
16
{{#e2e}}
17
- "e2e": "node test/e2e/runner.js",{{/e2e}}
+ "e2e": "node test/e2e/runner.js",
18
+ {{/e2e}}
19
{{#if_or unit e2e}}
20
"test": "{{#unit}}npm run unit{{/unit}}{{#unit}}{{#e2e}} && {{/e2e}}{{/unit}}{{#e2e}}npm run e2e{{/e2e}}",
21
{{/if_or}}
0 commit comments