This commit is contained in:
2
.github/workflows/generate.yml
vendored
2
.github/workflows/generate.yml
vendored
@@ -26,6 +26,8 @@ jobs:
|
|||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
|
|
||||||
# Force latest NPM to support OIDC correctly
|
# Force latest NPM to support OIDC correctly
|
||||||
|
# https://github.com/orgs/community/discussions/173102
|
||||||
|
# Seriously, what the fuck Github.
|
||||||
- name: Update NPM
|
- name: Update NPM
|
||||||
run: npm install -g npm@latest
|
run: npm install -g npm@latest
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "pulumi-extra-crds",
|
"name": "pulumi-extra-crds",
|
||||||
"version": "1.0.10",
|
"version": "1.0.12",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/GigiaJ/pulumi-crds.git"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"generate": "node scripts/generate-crds.js",
|
"generate": "node scripts/generate-crds.js",
|
||||||
"build": "tsc -p tsconfig.json"
|
"build": "tsc -p tsconfig.json"
|
||||||
|
|||||||
Reference in New Issue
Block a user