Skip to content

Commit

Permalink
chore: ignore format in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
phaux committed May 13, 2024
1 parent bcbd290 commit bcb4925
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHANGELOG.md
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"type": "module",
"source": "src/manifest.json",
"scripts": {
"format": "eslint --ignore-path .gitignore --fix . && prettier --ignore-path .gitignore --write .",
"format": "eslint --ignore-path .gitignore --fix . && prettier --write .",
"pack:dist": "pushd dist && zip -r ../telegram-send.zip . && popd",
"pack:src": "zip -r telegram-send-src.zip README.md package.json package-lock.json src tsconfig.json .eslintrc.json .postcssrc.json tailwind.config.js",
"prepare": "parcel build --config @parcel/config-webextension --log-level verbose --no-source-maps --no-cache --reporter @parcel/reporter-bundle-analyzer",
"test": "tsc --noEmit && eslint --ignore-path .gitignore . && prettier --ignore-path .gitignore --check .",
"test": "tsc --noEmit && eslint --ignore-path .gitignore . && prettier --check .",
"watch": "parcel watch --config @parcel/config-webextension --host localhost"
},
"browserslist": [
Expand Down

0 comments on commit bcb4925

Please sign in to comment.