Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
add build
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-bee committed Oct 1, 2024
1 parent 304a399 commit 81be107
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PR check
on:
push:
branches:
- prcheck
- main
paths-ignore:
- "**/README.md"
- ".github/workflows/*"
Expand Down Expand Up @@ -47,14 +47,6 @@ jobs:
restore-keys: |
${{ runner.os }}-turbo-pr-check-
# - uses: actions/setup-node@v3
# with:
# node-version: 18
# check-latest: true
# registry-url: ${{ env.NPM_REGISTRY_URL }}
# scope: "@B-S-F"
# cache: "npm"

- name: Build
run: |
npm ci -ws --include-workspace-root
Expand Down

0 comments on commit 81be107

Please sign in to comment.