Skip to content

Commit

Permalink
Updated generate scripts for new types path
Browse files Browse the repository at this point in the history
  • Loading branch information
targendaz2 committed Apr 22, 2024
1 parent 13fafd4 commit c147034
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 @@ -32,7 +32,7 @@
"repository": "github:targendaz2/Mac-Set-Default-Apps",
"scripts": {
"build": "webpack",
"generate": "ts-json-schema-generator --type Config --path ./src/types.ts --out ./generated/configSchema.json",
"generate": "ts-json-schema-generator --type Config --path ./src/types/msda.ts --out ./generated/configSchema.json",
"lint": "yarn lint:js && yarn lint:md && yarn lint:sh",
"lint:js": "eslint",
"lint:md": "markdownlint ./*.md",
Expand Down

0 comments on commit c147034

Please sign in to comment.