Skip to content

Commit 38b2290

Browse files
committed
build: add prettier npm run command
1 parent 0fee4df commit 38b2290

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"setup_project": "sh scripts/setup_project.sh",
4343
"force_deploy": "sh scripts/force_deploy.sh",
4444
"upload_config": "sh scripts/update_config.sh",
45-
"release": "bumpp package.json"
45+
"release": "bumpp package.json",
46+
"prettier": "npx prettier --write ."
4647
},
4748
"dependencies": {
4849
"@codenamize/codenamize": "1.1.1",

0 commit comments

Comments
 (0)