Skip to content

Commit

Permalink
Fix the "test" script
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Nov 13, 2024
1 parent 4e0afa6 commit f225275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
},
"scripts": {
"start": "node bin/php_minifier.js --help",
"test": "cake test"
"test": "gulp test"
}
}

0 comments on commit f225275

Please sign in to comment.