From 448fe86b349e6f846019262714663e2265de4542 Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Wed, 3 Jul 2024 11:06:32 -0400 Subject: [PATCH] Update build commands --- .github/workflows/Build.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 7e6bfc734..402d59c37 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -47,10 +47,10 @@ jobs: run: composer install --prefer-dist --no-progress - name: Npm Install - run: npm install + run: npm ci - name: Run Webpack - run: npm run dev + run: npm run webpack:dev - name: Execute tests run: | @@ -126,10 +126,10 @@ jobs: run: composer install --prefer-dist --no-progress - name: Npm Install - run: npm install + run: npm ci - name: Run Webpack - run: npm run dev + run: npm run webpack:dev - name: Execute tests run: | @@ -198,10 +198,10 @@ jobs: run: composer install --prefer-dist --no-progress - name: Npm Install - run: npm install + run: npm ci - name: Run Webpack - run: npm run dev + run: npm run webpack:dev - name: Execute tests run: | @@ -257,10 +257,10 @@ jobs: run: composer install --prefer-dist --no-progress - name: Npm Install - run: npm install + run: npm ci - name: Run Webpack - run: npm run dev + run: npm run webpack:dev - name: Create SQLite Database run: touch database.sqlite @@ -328,10 +328,10 @@ jobs: run: composer install --prefer-dist --no-progress - name: Npm Install - run: npm install + run: npm ci - name: Run Webpack - run: npm run dev + run: npm run webpack:dev - name: Execute tests run: | @@ -379,10 +379,10 @@ jobs: run: composer install --prefer-dist --no-progress - name: Npm Install - run: npm install + run: npm ci - name: Run Webpack - run: npm run dev + run: npm run webpack:dev - name: Create SQLite Database run: touch database.sqlite