Skip to content

Commit

Permalink
fix: release process
Browse files Browse the repository at this point in the history
  • Loading branch information
itekaf committed Nov 30, 2018
1 parent dae583a commit 6920519
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ jobs:
- stage: semantic release
if: branch = master AND type = push
node_js: stable
script: npm run semantic-release
script:
- npm run build
- npm run semantic-release
2 changes: 2 additions & 0 deletions bin.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import fs from 'fs';
import commander from 'commander';
import UsageParser from './index';
Expand Down

0 comments on commit 6920519

Please sign in to comment.