Skip to content

Commit

Permalink
Switch to npm scripts as the task runner
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Jul 11, 2024
1 parent bca47e6 commit 8a48be2
Show file tree
Hide file tree
Showing 4 changed files with 3,754 additions and 4,212 deletions.
12 changes: 1 addition & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,8 @@
},
"scripts": {
"lint": [
"phpcs .",
"npm run lint",
"phpcs",
"composer validate"
],
"build": [
"npm run build"
],
"post-install-cmd": [
"npm install"
],
"post-update-cmd": [
"npm install"
]
}
}
78 changes: 57 additions & 21 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8a48be2

Please sign in to comment.