Skip to content

Commit

Permalink
fix: npm link ../ before npm install in samples (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and crwilcox committed Jul 12, 2018
1 parent 0e93185 commit f85a5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-node/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ jobs:
name: Link the module being tested to the samples.
command: |
cd samples/
npm install
npm link ../
npm install
environment:
NPM_CONFIG_PREFIX: /home/node/.npm-global
- run:
Expand Down

0 comments on commit f85a5b4

Please sign in to comment.