Skip to content

Commit 442bc4c

Browse files
authored
fix(ci): remove conflicting update-manifests workflow (#172)
1 parent cab5d99 commit 442bc4c

6 files changed

Lines changed: 1 addition & 852 deletions

File tree

.github/workflows/update-manifests.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414
"build:shim": "go build -v -ldflags=\"-s -w\" -o dist/dtvem-shim.exe ./src/cmd/shim",
1515
"deploy:local": "npm run build && copy dist\\dtvem.exe %USERPROFILE%\\.dtvem\\bin\\dtvem.exe && copy dist\\dtvem-shim.exe %USERPROFILE%\\.dtvem\\bin\\dtvem-shim.exe && echo Deploy complete. Run 'dtvem reshim' manually to update shims.",
1616
"clean": "rm -rf dist coverage.out coverage.html",
17-
"check": "npm run format && npm run lint && npm run test",
18-
"manifest:node": "go run ./scripts/generate-manifests node",
19-
"manifest:python": "go run ./scripts/generate-manifests python",
20-
"manifest:ruby": "go run ./scripts/generate-manifests ruby",
21-
"manifest:all": "go run ./scripts/generate-manifests all"
17+
"check": "npm run format && npm run lint && npm run test"
2218
},
2319
"devDependencies": {
2420
"@commitlint/cli": "^19.0.0",

scripts/generate-manifests/main.go

Lines changed: 0 additions & 187 deletions
This file was deleted.

0 commit comments

Comments
 (0)