Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
fix: 🐛 Skip script on deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Pham Tuan Manh authored and manhhailua committed Aug 27, 2019
1 parent e44890d commit 685dd58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
script: sh scripts/test.sh
- stage: release
before_script: skip
script: skip
deploy:
provider: script
skip_cleanup: true
Expand Down
1 change: 0 additions & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* eslint-disable */
import { AnyAction } from 'redux';
import { SagaIterator } from 'redux-saga';

export interface UnfoldSagaActionType<PayloadType = any, OptionType = any> extends AnyAction {
callbacks: UnfoldSagaCallbacksType;
Expand Down

0 comments on commit 685dd58

Please sign in to comment.