Skip to content

Commit

Permalink
fix: attempt to force brwoserify install
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecalzo committed Dec 5, 2020
1 parent 1409035 commit 382643a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm ci
- run: npm install -g browserify
- run: export PATH="$(npm config get prefix)/bin:$PATH"
- run: npm run build

Expand Down

0 comments on commit 382643a

Please sign in to comment.