Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymotey committed Sep 14, 2024
1 parent 696f8f3 commit 11de4ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
# Start actions
- run: mkdir -p .cache
- run: composer run sniff-check
# - run: composer run mess-check

- run: npm ci
- run: npm run format-check
12 changes: 3 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@
},
"prefer-stable": true,
"scripts": {
"post-install-cmd": [
"vendor/bin/phpcs --config-set installed_paths vendor/phpcompatibility/php-compatibility"
],
"post-update-cmd": [
"vendor/bin/phpcs --config-set installed_paths vendor/phpcompatibility/php-compatibility"
],
"sniff-check": [
"vendor/bin/phpcs --standard=./phpcs.xml.dist"
]
"post-install-cmd": "phpcs --config-set installed_paths vendor/phpcompatibility/php-compatibility",
"post-update-cmd": "phpcs --config-set installed_paths vendor/phpcompatibility/php-compatibility",
"sniff-check": "phpcs --standard=./phpcs.xml.dist"
}
}

0 comments on commit 11de4ab

Please sign in to comment.