Merge branch 'main' of github.com:Accords-Library/accords-library.com

This commit is contained in:
DrMint 2022-08-28 17:58:29 +02:00
commit c73e6a0bb4
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
cache: "npm" cache: "npm"
- run: npm ci - run: npm ci --force
- run: npm run precommit - run: npm run precommit
env: env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}