Skip to content

Commit

Permalink
chore: Add package.json script
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickey Ryan committed Sep 12, 2024
1 parent 01b5163 commit fff1b4c
Showing 1 changed file with 2 additions and 1 deletion.
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 fff1b4c

Please sign in to comment.