diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a3ebbb..8160d72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: run: npm install -g npm - name: NPM Install - run: npm i --ignore-scripts + run: npm i - name: Build run: npm run build