Skip to content

Commit

Permalink
fix: circle ci command typo
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmichalina committed Jan 14, 2019
1 parent 4d8888a commit 7f96459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
at: .
- run:
name: Dist Folder
command: node_modules/.bin/ts-node/scripts/publish-prep.ts
command: node_modules/.bin/ts-node scripts/publish-prep.ts
- run:
name: Semantic Release
command: node_modules/.bin/semantic-release
Expand Down

0 comments on commit 7f96459

Please sign in to comment.