chore: fixes script name

This commit is contained in:
Nuno Maduro
2022-12-12 13:44:39 +00:00
parent f940b89284
commit c0d9f739b3

View File

@ -77,7 +77,7 @@
"test:integration": "php bin/pest --colors=always --group=integration -v", "test:integration": "php bin/pest --colors=always --group=integration -v",
"update:snapshots": "REBUILD_SNAPSHOTS=true php bin/pest --colors=always", "update:snapshots": "REBUILD_SNAPSHOTS=true php bin/pest --colors=always",
"test": [ "test": [
"@rest:refacto", "@test:refacto",
"@test:lint", "@test:lint",
"@test:types", "@test:types",
"@test:unit", "@test:unit",