Skip to content

Commit 6a57284

Browse files
author
qovery
committed
See Qovery/qovery-openapi-spec@b0d3cf6 from refs/heads/main
1 parent 0dd5cf7 commit 6a57284

File tree

3 files changed

+96
-3
lines changed

3 files changed

+96
-3
lines changed

.github/workflows/npm-published.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
with:
2626
node-version: '16.x'
2727
registry-url: 'https://registry.npmjs.org'
28-
- name: Install dependencies
29-
run: npm ci
28+
# - name: Install dependencies
29+
# run: npm ci
3030
- name: Publish package
3131
run: npm publish
3232
env:

package-lock.json

Lines changed: 93 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
},
2323
"devDependencies": {
2424
"@types/node": "^12.11.5",
25-
"typescript": "^3.6.4"
25+
"typescript": "~4.5.2"
2626
}
2727
}

0 commit comments

Comments
 (0)