Skip to content

Commit 59d920b

Browse files
Publish
- @improbable-eng/grpc-web-fake-transport@0.14.0 - @improbable-eng/grpc-web-node-http-transport@0.14.0 - grpc-web-react-example@0.14.0 - @improbable-eng/grpc-web-react-native-transport@0.14.0 - @improbable-eng/grpc-web@0.14.0 - grpc-web-integration-test@0.14.0
1 parent e757cdb commit 59d920b

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

package-lock.json

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
"lerna": "^3.22.1",
2020
"tslint": "^6.1.3",
2121
"typescript": "^4.1.3"
22+
},
23+
"dependencies": {
24+
"@babel/runtime": "^7.0.0"
2225
}
2326
}

publish-release.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,16 @@ echo "Generating client binaries"
3333
npm run clean
3434
npm install
3535

36+
npm install @babel/runtime@7.0.0
37+
3638
echo "Publishing $TAG"
3739

3840
# Create github release and attach server binaries
3941
./node_modules/.bin/github-release upload \
4042
--owner improbable-eng \
4143
--repo grpc-web \
4244
--tag "$TAG" \
43-
--name "$TAG" \
45+
--release-name "$TAG" \
4446
--body "See [CHANGELOG](https://github.com/improbable-eng/grpc-web/blob/master/CHANGELOG.md) for details" \
4547
go/dist/*.zip
4648

0 commit comments

Comments
 (0)