Skip to content

Commit 390fd0a

Browse files
authored
chore(google-cloud): Fix yalc:publish command (#11050)
We don't publish bundles from google cloud package, fixing yalc command accordingly.
1 parent 6088078 commit 390fd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"lint": "eslint . --format stylish",
7878
"test": "jest",
7979
"test:watch": "jest --watch",
80-
"yalc:publish": "ts-node ../../scripts/prepack.ts --bundles && yalc publish ./build/npm --push --sig"
80+
"yalc:publish": "ts-node ../../scripts/prepack.ts && yalc publish build --push --sig"
8181
},
8282
"volta": {
8383
"extends": "../../package.json"

0 commit comments

Comments
 (0)