mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +08:00
chore: only test changed packages (#1194)
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"type": "module",
|
||||
"description": "A repository for All algorithms implemented in Javascript (for educational purposes only)",
|
||||
"scripts": {
|
||||
"test": "jest --no-cache",
|
||||
"test": "jest",
|
||||
"test-changed": "jest --onlyChanged",
|
||||
"style": "standard",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user