Skip to content

Commit 9b29ce6

Browse files
committed
add prettier:check:ci to package
1 parent 35efa61 commit 9b29ce6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"lint:fix": "eslint --fix",
3030
"format": "npm run prettier && npm run lint:fix",
3131
"prettier": "prettier --write --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss src",
32+
"prettier:check:ci": "npx prettier --check --plugin prettier-plugin-tailwindcss --plugin prettier-plugin-svelte src",
3233
"check": "svelte-check --tsconfig ./tsconfig.json"
3334
},
3435
"devDependencies": {

0 commit comments

Comments
 (0)