Skip to content

Commit

Permalink
adjust prettier format commands
Browse files Browse the repository at this point in the history
  • Loading branch information
maaaathis committed Aug 13, 2024
1 parent cb2acef commit 5076407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"scripts": {
"build": "yarn test && tsup src/index.ts --dts --format cjs,esm && attw --pack .",
"check": "tsc --project tsconfig.json --noEmit",
"format": "yarn prettier --write \"**/*.{js,jsx,ts,tsx,json,css,scss,md,mdx}\"",
"format": "yarn prettier --write \"**/*.{js,jsx,ts,tsx,css,scss}\"",
"test": "run test:format",
"test:format": "prettier --check \"**/*.{js,jsx,ts,tsx,json,css,scss,md,mdx}\"",
"test:format": "prettier --check \"**/*.{js,jsx,ts,tsx,css,scss}\"",
"prepublishOnly": "run test",
"release": "yarn build && yarn npm publish && npx jsr publish"
},
Expand Down

0 comments on commit 5076407

Please sign in to comment.