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

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