Skip to content

Commit

Permalink
fix(technical): migrate to yarn and fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ayonious committed Dec 8, 2020
1 parent 3a6b1b7 commit 0a1babb
Show file tree
Hide file tree
Showing 4 changed files with 7,867 additions and 14,749 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -3,9 +3,9 @@ node_js:
- stable
- '--lts'
before_script:
- npm run lint
- npm run setup
- npm run build
- yarn lint
- yarn
- yarn build
deploy:
provider: script
edge: true
Expand Down

0 comments on commit 0a1babb

Please sign in to comment.