We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c28f0 commit 1e15c3cCopy full SHA for 1e15c3c
1 file changed
handwritten/storage/.circleci/config.yml
@@ -76,7 +76,6 @@ jobs:
76
command: |-
77
mkdir -p /home/node/.npm-global
78
npm install
79
- npm link
80
chmod +x node_modules/@google-cloud/nodejs-repo-tools/bin/tools
81
environment:
82
NPM_CONFIG_PREFIX: /home/node/.npm-global
@@ -110,8 +109,7 @@ jobs:
110
109
command: |
111
cd samples/
112
113
- npm link @google-cloud/storage
114
- cd ..
+ npm link ../
115
116
117
- run:
0 commit comments