add commit script in npm

This commit is contained in:
Amruth Pillai
2022-03-03 21:14:46 +01:00
parent 7e50c8e85b
commit 36f41c2f9d

View File

@ -15,7 +15,7 @@
"start": "concurrently --kill-others \"npm run start:server\" \"npm run start:client\"", "start": "concurrently --kill-others \"npm run start:server\" \"npm run start:client\"",
"build": "nx run-many --target=build --all --prod", "build": "nx run-many --target=build --all --prod",
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\"", "format": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\"",
"precommit": "changeset && cz", "commit": "changeset && cz",
"prepare": "husky install" "prepare": "husky install"
}, },
"private": true, "private": true,