Skip to content

Commit

Permalink
Merge pull request #83 from kaliber5/cleanup-pkg-json
Browse files Browse the repository at this point in the history
Remove unused `test:ci` script
  • Loading branch information
Andrey Mikhaylov (lolmaus) authored Oct 20, 2020
2 parents 29b3fee + f9c51a6 commit 4f4c432
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blueprints/@kaliber5/k5-ember-boilerplate/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ module.exports = {
pkg.scripts['lint-staged'] = 'lint-staged';
pkg.scripts['start'] = 'ember serve';
pkg.scripts['test'] = 'ember test';
pkg.scripts['test:ci'] = 'mkdir -p test-results && ember test > test-results/ember.xml --silent -r xunit';
pkg.scripts['dev-prod'] = 'cross-env DOTENV=dev-self ember s --proxy http://api.blutimes-prod.kaliber5.de';
pkg.scripts['dev-staging'] = 'cross-env DOTENV=dev-self ember s --proxy http://api.blutimes-staging.kaliber5.d';

Expand Down

0 comments on commit 4f4c432

Please sign in to comment.