Skip to content

Commit

Permalink
fix: workaround for test:ci not working
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Aug 25, 2022
1 parent 9e1420d commit 166411e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/_package.json
Expand Up @@ -18,7 +18,7 @@
<% } -%>
"lint": "ng lint && stylelint \"src/**/*.scss\"",
"test": "<%= run('write:env') %> && ng test",
"test:ci": "<%= run('write:env') %> && <%= run('lint') %> && ng test --configuration=ci",
"test:ci": "<%= run('write:env') %> && <%= run('lint') %> && ng run <%= props.projectName %>:test:ci",
<% if (props.e2e || props.cypress) { -%>
"e2e": "<%= run('write:env') %> && ng e2e",
<% } -%>
Expand Down

0 comments on commit 166411e

Please sign in to comment.