Skip to content

Commit

Permalink
updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Dec 19, 2024
1 parent 0fe0850 commit 6b1b810
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"typecheck": "tsc",
"postinstall": "npm run policies:get && npm run policies:generate && npm run errors:generate && npm run api:get && npm run zudoku:get && npm run zudoku:clean",
"zudoku:get": "sh ./scripts/get-zudoku.sh",
"zudoku:clean": "tsx ./scripts/update-zudoku-docs.mts",
"zudoku:clean": "npx tsx ./scripts/update-zudoku-docs.mts",
"policies:get": "sh ./scripts/get-policies.sh",
"policies:generate": "tsx scripts/generate-policies.ts",
"policies:generate": "npx tsx scripts/generate-policies.ts",
"api:get": "curl -o ./api.json https://dev.zuplo.com/openapi",
"errors:generate": "tsx scripts/generate-errors.ts"
"errors:generate": "npx tsx scripts/generate-errors.ts"
},
"dependencies": {
"@inkeep/widgets": "0.2.289",
Expand Down

0 comments on commit 6b1b810

Please sign in to comment.