From 51a7c281bf210f0148e3f727bdd9aa047aa293c6 Mon Sep 17 00:00:00 2001 From: Mister-Mario Date: Mon, 8 Apr 2024 00:27:28 +0200 Subject: [PATCH] Small typo had perfix should be prefix --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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