Skip to content

Commit

Permalink
build is done after install
Browse files Browse the repository at this point in the history
  • Loading branch information
WingZer0o committed Mar 8, 2024
1 parent 9e50a00 commit 39eeb08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main-pr-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm test
1 change: 0 additions & 1 deletion .github/workflows/main-pr-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm test

0 comments on commit 39eeb08

Please sign in to comment.