1
Fork 0

Remove unnecessary npm build step

This commit is contained in:
Viktor Strate Kløvedal 2021-04-15 16:37:36 +02:00 committed by GitHub
parent 8e8abe7d37
commit 8cf4e8d779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -67,10 +67,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Build
run: npm run build --if-present
run: npm clean-install
- name: Test
run: npm test