diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 439bfc00..604c124e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,13 +12,13 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20 - - run: npm --perfix questionservice ci + - run: npm --prefix questionservice ci - run: npm --prefix users/recordservice ci - run: npm --prefix users/authservice ci - run: npm --prefix users/userservice ci - run: npm --prefix gatewayservice ci - run: npm --prefix webapp ci - - run: npm --perfix questionservice test -- --coverage + - run: npm --prefix questionservice test -- --coverage - run: npm --prefix users/recordservice test -- --coverage - run: npm --prefix users/authservice test -- --coverage - run: npm --prefix users/userservice test -- --coverage