From 89cae953cc2c797c3263b76b93f6f2eeb4dd36f2 Mon Sep 17 00:00:00 2001 From: Negezor Date: Thu, 11 Apr 2024 08:04:00 +1100 Subject: [PATCH] chore(workflow): don't ignore scripts --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index efe0f7a87..0c607c783 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - - run: npm ci --ignore-scripts + - run: npm ci - run: npm run build - env: TOKEN: ${{ secrets.VK_TEST_TOKEN }}