Skip to content

Commit

Permalink
remove duplicate build step from CI (#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode authored Feb 23, 2021
1 parent e53619e commit 68a6a10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ jobs:
- if: ${{ matrix.downgradeNpm }}
run: npm install -g npm@6
- run: npm install
- run: npm run build-nopack
- name: Download package artifact
uses: actions/download-artifact@v1
with:
Expand Down

0 comments on commit 68a6a10

Please sign in to comment.