Skip to content

Commit 6d9979b

Browse files
committed
Add missing npm script
1 parent 8c0d5a4 commit 6d9979b

3 files changed

Lines changed: 3 additions & 27 deletions

File tree

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
php_versions: ['8.4']
6161

6262
runs-on: ubuntu-latest
63-
name: PHPStan - ${{ matrix.php_versions }}
63+
name: PHPStan - PHP ${{ matrix.php_versions }}
6464

6565
steps:
6666
- uses: actions/checkout@v4

.github/workflows/deploy.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"coverage": "vitest run --coverage",
5555
"typecheck": "vue-tsc --noEmit",
5656
"lint": "eslint app/assets/ --fix",
57-
"format": "prettier --write app/assets/"
57+
"format": "prettier --write app/assets/",
58+
"format-dry-run": "prettier --check app/assets/"
5859
}
5960
}

0 commit comments

Comments
 (0)