Skip to content

Commit

Permalink
fix: samples-test script (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhenliu-gg5 authored Jun 6, 2020
1 parent 5f1cde0 commit 6d551f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-kms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"predocs-test": "npm run docs",
"prelint": "cd samples; npm link ../; npm install",
"prepare": "npm run compile-protos && npm run compile",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
"system-test": "c8 mocha build/system-test",
"test": "c8 mocha build/test"
},
Expand Down

0 comments on commit 6d551f3

Please sign in to comment.