Skip to content

Commit

Permalink
update format command
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Oct 27, 2023
1 parent 22b2c99 commit 54ce827
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 @@ -4,7 +4,7 @@
"dev": "vite --https",
"build": "vite build",
"lint": "eslint --ext .js,.vue *.js resources",
"format": "prettier --write '**/*.{js,vue,css,scss}'",
"format": "prettier --write '**/*.{js,vue,css,scss,json,yml,md}'",
"postinstall": "husky install",
"test": "php artisan migrate:fresh --database=testing && php artisan db:seed --database=testing && vendor/bin/phpunit && vendor/bin/phpstan && vendor/bin/psalm",
"docker:build": "docker build --cache-from monica-next -t monica-next -f scripts/docker/Dockerfile . && docker image prune -f",
Expand Down

0 comments on commit 54ce827

Please sign in to comment.