Skip to content

Commit

Permalink
Where is pnpm?
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed May 21, 2018
1 parent 3e2c96f commit 962cd14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ cache:

before_install:
- curl -L https://unpkg.com/@pnpm/self-installer | node
- bash sh/ci/where-is-pnpm-located.sh

install:
- pnpm recursive link --shamefully-flatten
Expand Down
2 changes: 2 additions & 0 deletions sh/ci/where-is-pnpm-located.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
echo 'PNPM INSTALLED LOCATION'
type pnpm

0 comments on commit 962cd14

Please sign in to comment.