Skip to content

Commit

Permalink
Fix travis yarn command
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaNarie committed Dec 19, 2017
1 parent d2c85ef commit e27a2c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ script:
- yarn test

before_deploy:
- npm yarn build
- yarn build

deploy:
- provider: npm
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-extract-data",
"version": "1.0.0",
"version": "1.0.1",
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
Expand Down

0 comments on commit e27a2c3

Please sign in to comment.