Skip to content

Commit

Permalink
chore: Add package.json script
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyryan42 committed Sep 12, 2024
1 parent 01b5163 commit 7214731
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
uses: "./.github/actions/bootstrap"
- name: Validate Quickstart IDs
run: |
cd utils && yarn validate-quickstart-ids.ts
cd utils && yarn validate-quickstart-ids
3 changes: 2 additions & 1 deletion utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"set-alert-policy-required-datasources": "ts-node set-alert-policy-required-datasources.ts",
"set-dashboards-required-datasources": "ts-node set-dashboards-required-datasources.ts",
"release": "ts-node release.ts",
"add-datasource-ids": "cd ./schema && ts-node add-datasource-ids.ts"
"add-datasource-ids": "cd ./schema && ts-node add-datasource-ids.ts",
"validate-quickstart-ids": "ts-node validate-quickstart-ids.ts"
},
"dependencies": {
"@actions/core": "^1.10.0",
Expand Down

0 comments on commit 7214731

Please sign in to comment.