Skip to content

Commit

Permalink
fix(build): fix unit step inside template CI config (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruxandrafed committed Oct 22, 2018
1 parent 643b75f commit 478365e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
executor: app
steps:
- attach
- run: npm run unit
- run: npm run test

release:
executor: app
Expand Down

0 comments on commit 478365e

Please sign in to comment.