Skip to content

Commit

Permalink
fix(package): generateSchema -> yarn generateSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Jan 29, 2021
1 parent 14b3ea7 commit 896b2cd
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 @@ -15,7 +15,7 @@
"test": "jest",
"coverage": "jest --coverage",
"generateSchema": "ts-json-schema-generator -p 'src/**/*.ts' -t '*' > schema.json",
"prepublishOnly": "tsc && generateSchema"
"prepublishOnly": "tsc && yarn generateSchema"
},
"files": [
"api",
Expand Down

0 comments on commit 896b2cd

Please sign in to comment.