Skip to content

Commit 50490b7

Browse files
authored
build: another attempt at making the release CI work (#1716)
* build: another attempt at making the release CI work * build: move samples package version back to current
1 parent 3b9c855 commit 50490b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

logging-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"fix": "gts fix",
1616
"prepare": "npm run compile",
1717
"precompile": "gts clean",
18-
"samples-test": "cd samples/ && npm install && npm link ../ && npm test && cd ../",
18+
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
1919
"system-test": "echo no system tests 🙀"
2020
},
2121
"author": "Google API Authors",

logging-utils/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"node": ">=14"
2727
},
2828
"dependencies": {
29-
"google-logging-utils": "1.0.1"
29+
"google-logging-utils": "^1.0.1"
3030
},
3131
"devDependencies": {
3232
"@google-cloud/typeless-sample-bot": "^2.1.0",

0 commit comments

Comments
 (0)