Skip to content

Commit 89967d0

Browse files
committed
1.0.8
1 parent ea0c0a2 commit 89967d0

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
- name: Check out repository code
2525
uses: actions/checkout@v4
2626
- run: yarn install
27-
- run: yarn run tsc
27+
- run: yarn run build
2828
- run: yarn run example:postgres

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
node-version: '20.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: yarn install
16-
- run: yarn npm publish
16+
- run: yarn run build
17+
- run: yarn publish
1718
env:
1819
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## [1.0.7] - 2002.11.27
1+
## [1.0.8] - 2022.03.20
2+
3+
misc: updating packages
4+
ci: switching to github actions
5+
6+
## [1.0.7] - 2022.11.27
27

38
feat: add --no-bigint #17 (wirekang)
49
feat: add --no-optional #18 (wirekang)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vramework/schemats",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Generate typescript interface definitions from postgres SQL database schema",
55
"keywords": [
66
"postgres",

0 commit comments

Comments
 (0)