Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
fix(travis): run build script on release stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Garant committed Jan 1, 2019
1 parent c30cff1 commit d4566c0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
17 changes: 10 additions & 7 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
__tests__
.DS_Store
node_modules
npm-debug.log
reports
scripts
tasks
_tests_
coverage
.editorconfig
.eslintrc
.prettierrc
.travis.yml
CONTRIBUTING.md
coverage
gh_rsa.enc
gh_rsa.pub
gulpfile.js
jest.config.js
node_modules
npm-debug.log
reports
scripts
src
tasks
tsconfig.json
tslint.json
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
include:
- stage: release
node_js: lts/*
script: npx semantic-release
script:
- npm run-script build
- npx semantic-release

stages:
- test
Expand Down

0 comments on commit d4566c0

Please sign in to comment.