File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
38feat: add --no-bigint #17 (wirekang)
49feat: add --no-optional #18 (wirekang)
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments