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
|
||||
run: yarn run generate
|
||||
|
||||
- name: Build
|
||||
run: yarn run build
|
||||
|
||||
- name: Publish package
|
||||
run: npm publish
|
||||
env:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@glifaspace/contracts",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "Определение proto-контрактов и генерация типов TypeScript.",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user