Skip to content

Commit

Permalink
See Qovery/qovery-openapi-spec@b0d3cf6 from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
qovery committed Mar 2, 2022
1 parent 0dd5cf7 commit 6a57284
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-published.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
# - name: Install dependencies
# run: npm ci
- name: Publish package
run: npm publish
env:
Expand Down
93 changes: 93 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^3.6.4"
"typescript": "~4.5.2"
}
}

0 comments on commit 6a57284

Please sign in to comment.