diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84b30e8..d946c20 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,7 @@ jobs: with: filters: | src: + - ".github/workflows/*.yml" - "scripts/*" - "src/**/*.ts" - "styles/**/*.ts" @@ -26,7 +27,7 @@ jobs: id: build if: steps.changes.outputs.src == 'true' run: | - npm run install + npm install npm run build - name: Upload css assets