Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov committed Oct 4, 2024
1 parent 34f2feb commit 839e236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "TypeScript action for performing SLO tests for YDB in k8s cluster",
"main": "lib/main.js",
"scripts": {
"manifests": "npx fs-to-json --input \"k8s/ci/workload.yaml\" --output src/manifests/workload.json && npx fs-to-json --input \"k8s/ci/database.yaml\" --output src/manifests/database.json && npx fs-to-json --input \"k8s/ci/storage.yaml\" --output src/manifests/storage.json",
"manifests": "ls k8s/ci/*.yaml | sed -e 's/k8s\\/ci\\///g; s/\\.yaml//g' | xargs -I NAME npx fs-to-json --input k8s/ci/NAME.yaml --output src/manifests/NAME.json",
"build": "npm run manifests && tsc",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
Expand Down

0 comments on commit 839e236

Please sign in to comment.