Skip to content

Commit a0bc3e2

Browse files
committed
update
1 parent c896b25 commit a0bc3e2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@venturemark/apigents",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "generated grpc api client in typescript",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,8 @@
1616
"main": "./dst/index.js",
1717
"types": "./dst/index.d.ts",
1818
"scripts": {
19-
"build": "./node_modules/rollup/dist/bin/rollup -c --exports named"
19+
"build": "./node_modules/rollup/dist/bin/rollup -c --exports named",
20+
"prepare": "./node_modules/rollup/dist/bin/rollup -c --exports named"
2021
},
2122
"sideEffects": false,
2223
"files": [

0 commit comments

Comments
 (0)