Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Use latest master for @simonknittel/components on deploy #7
Browse files Browse the repository at this point in the history
  • Loading branch information
simonknittel committed Aug 15, 2020
1 parent 2d7c99c commit 4ce6080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_script:
# Use latest commit within master branch of @simonknittel/components
- wget -O - https://github.com/simonknittel/components/tarball/master | tar xz
- for file in simonknittel-components-* ; do mv $file simonknittel-components ; done
- mv simonknittel-components/stencil node_modules/@simonknittel/components
- mv simonknittel-components/stencil/* node_modules/@simonknittel/components
- cd node_modules/@simonknittel/components
- npm install
- npm run build
Expand Down

0 comments on commit 4ce6080

Please sign in to comment.