Skip to content

Commit

Permalink
build with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
idok committed Feb 1, 2024
1 parent 5a898cd commit 80ca58f
Show file tree
Hide file tree
Showing 2 changed files with 7,486 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install
- name: Build production bundle
uses: borales/actions-yarn@v4
with:
cmd: build
- name: Test the app
uses: borales/actions-yarn@v4
with:
cmd: test
# - run: npm ci
# - run: npm run build --if-present
# - run: npm test
- run: npm ci
- run: npm run build --if-present
- run: npm test
Loading

0 comments on commit 80ca58f

Please sign in to comment.