Skip to content

Commit

Permalink
remove Composer and NPM lockfiles (dev-only)
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Oct 28, 2021
1 parent 71817e2 commit 63f32e5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2,923 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- name: Code style checks for PHP and CSS
run: |
composer install
npm ci
npm install
composer lint-all
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
css/*.min.css
vendor/
node_modules/
composer.lock
package-lock.json
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^v0.7",
"matthiasmullie/minify": "^1.3",
"squizlabs/php_codesniffer": "^3.5",
"squizlabs/php_codesniffer": "^3.6",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"wp-coding-standards/wpcs": "^2.3"
},
Expand Down
Loading

0 comments on commit 63f32e5

Please sign in to comment.