diff --git a/package.json b/package.json index 777dfd6aa..55677e056 100644 --- a/package.json +++ b/package.json @@ -43,9 +43,10 @@ "start:production": "npm run database:migrate && npm run database:seed && node main", "start:server": "nx run api:copy-assets && nx run api:serve --watch", "start:storybook": "nx run ui:storybook", - "test": "npm run test:api && npm run test:common", + "test": "npm run test:api && npm run test:common && npm run test:ui", "test:api": "npx dotenv-cli -e .env.example -- nx test api", "test:common": "npx dotenv-cli -e .env.example -- nx test common", + "test:ui": "npx dotenv-cli -e .env.example -- nx test ui", "test:single": "nx run api:test --test-file object.helper.spec.ts", "ts-node": "ts-node", "update": "nx migrate latest",