Skip to content

Commit

Permalink
Rename script and update the same in package.json
Browse files Browse the repository at this point in the history
Changes:

- applied suggesstion from: #452 (comment)
  • Loading branch information
AnimeshKumar923 committed Dec 4, 2023
1 parent c9f0675 commit 08045f1
Show file tree
Hide file tree
Showing 2 changed files 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",
"validate-schemas": "node scripts/validate-schemas-final.js"
"validate-schemas": "node scripts/validate-schemas.js"
},
"repository": {
"type": "git",
Expand Down
File renamed without changes.

0 comments on commit 08045f1

Please sign in to comment.