Compare commits
2 Commits
d2e4865f44
...
b8e965420e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b8e965420e | ||
|
|
9aa09967d9 |
3
.github/workflows/publish-npm.yml
vendored
3
.github/workflows/publish-npm.yml
vendored
@@ -31,6 +31,9 @@ jobs:
|
|||||||
- name: Generate TS Protobuf
|
- name: Generate TS Protobuf
|
||||||
run: yarn run generate
|
run: yarn run generate
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
run: yarn run build
|
||||||
|
|
||||||
- name: Publish package
|
- name: Publish package
|
||||||
run: npm publish
|
run: npm publish
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@glifaspace/contracts",
|
"name": "@glifaspace/contracts",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "Определение proto-контрактов и генерация типов TypeScript.",
|
"description": "Определение proto-контрактов и генерация типов TypeScript.",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user