Skip to content

Commit 3f0f1b2

Browse files
xsbfhxsbfh
authored andcommitted
revert prettier version
git revert 0ea542c issue with svelte should be solved in 5.1.0 but isnt trivago/prettier-plugin-sort-imports#327 no urge to upgrade adding a GH workflow stage to run build checks in order to catch this sort of issues in CI
1 parent 0ea542c commit 3f0f1b2

3 files changed

Lines changed: 196 additions & 22 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
npm install -D jest-junit
3232
npm test -- --coverage --coverageReporters json-summary --reporters=default --reporters=jest-junit
3333
34+
- name: Run Build Check
35+
run: |
36+
npm run build:checks
37+
3438
- name: Tailscale
3539
if: failure()
3640
uses: tailscale/github-action@v2

package-lock.json

Lines changed: 191 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@eslint/js": "^9.16.0",
38-
"@trivago/prettier-plugin-sort-imports": "^5.1.0",
38+
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
3939
"@types/jest": "^29.5.14",
4040
"@types/simple-peer": "^9.11.8",
4141
"dotenv": "^16.4.7",

0 commit comments

Comments
 (0)