Add script to trigger test on utils

This commit is contained in:
Helder Sepulveda 2024-05-29 20:50:27 -04:00
parent 22541373d5
commit ed55018e1f
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@
"scripts": {
"lint": "pnpm --filter ep_etherpad-lite run lint",
"test": "pnpm --filter ep_etherpad-lite run test",
"test-utils": "pnpm --filter ep_etherpad-lite run test-utils",
"test-container": "pnpm --filter ep_etherpad-lite run test-container",
"dev": "pnpm --filter ep_etherpad-lite run dev",
"prod": "pnpm --filter ep_etherpad-lite run prod",