Compare commits
3 Commits
d2e4865f44
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a090d4c150 | ||
|
|
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",
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
"compilerOptions": {
|
||||
"declaration": true,
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
"types": ["node"],
|
||||
"moduleResolution": "node"
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules", "dist", "test"]
|
||||
|
||||
Reference in New Issue
Block a user