Skip to content

Commit

Permalink
build: also link the current pubsub version
Browse files Browse the repository at this point in the history
  • Loading branch information
feywind committed Oct 9, 2024
1 parent 2a635c4 commit 82e1b2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"scripts": {
"presystem-test": "npm run compile",
"system-test": "mocha build/system-test --timeout 600000",
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
"samples-test": "npm run link-samples && npm test && cd ../",
"link-samples": "cd samples/ && npm link ../ && npm install",
"test": "c8 mocha build/test --recursive",
"lint": "gts check",
"predocs": "npm run compile",
Expand All @@ -46,7 +47,7 @@
"prelint": "cd samples; npm link ../; npm install",
"precompile": "gts clean",
"typeless": "npx typeless-sample-bot --outputpath samples --targets samples --recursive",
"posttypeless": "cd samples && npm i && cd .. && npx eslint --ignore-pattern owl-bot-staging --fix"
"posttypeless": "npm run link-samples && npx eslint --ignore-pattern owl-bot-staging --fix samples"
},
"dependencies": {
"@google-cloud/paginator": "^5.0.0",
Expand Down

0 comments on commit 82e1b2f

Please sign in to comment.