Skip to content

Commit

Permalink
fix: bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Feb 15, 2023
1 parent 1629acb commit e15c574
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 @@ -108,7 +108,7 @@
"prebuild": "rm -rf dist/",
"prepack": "npm run build",
"prepare": "husky install",
"pretest": "npx alex . && npm run lint && npm run prettier",
"pretest": "npx alex . && npm run lint && npm run prettier && npm run schemas:check",
"prettier": "prettier --check .",
"schemas:check": "./bin/json-schema-store.js",
"schemas:write": "./bin/json-schema-store.js --update",
Expand Down

0 comments on commit e15c574

Please sign in to comment.