mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
add commit script in npm
This commit is contained in:
@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user