We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db5f13 commit ffbc453Copy full SHA for ffbc453
2 files changed
handwritten/datastore/.circleci/config.yml
@@ -129,6 +129,7 @@ jobs:
129
cd samples/
130
npm link @google-cloud/datastore
131
npm install
132
+ npm link @google-cloud/datastore
133
cd ..
134
environment:
135
NPM_CONFIG_PREFIX: /home/node/.npm-global
handwritten/datastore/package.json
@@ -97,6 +97,6 @@
97
"power-assert": "^1.5.0",
98
"prettier": "^1.13.5",
99
"proxyquire": "^2.0.1",
100
- "sinon": "^5.1.1"
+ "sinon": "^6.0.0"
101
}
102
0 commit comments