Skip to content

Commit

Permalink
rename script in package.json
Browse files Browse the repository at this point in the history
Changes:

- change `lint-schemas` to `validate-schemas` for better naming convention.

Co-authored-by: Sergio Moya <[email protected]>
  • Loading branch information
AnimeshKumar923 and smoya authored Nov 26, 2023
1 parent 7f3f5bc commit b48c050
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 @@ -13,7 +13,7 @@
"startNewVersion": "newVersion=$npm_config_new_version node scripts/add-new-version.js",
"lint": "echo 'No linter integrated yet'",
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION",
"lint-schemas": "node scripts/validate-schemas-final.js"
"validate-schemas": "node scripts/validate-schemas-final.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b48c050

Please sign in to comment.