Skip to content

Commit

Permalink
bugfix node cache-dependency-path
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbbbbbbbbbbba committed Feb 18, 2024
1 parent 46ac4c7 commit ee95166
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bbs-go-admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
# cache-dependency-path: admin/package-lock.json
cache-dependency-path: admin/pnpm-lock.yaml
- name: Install dependencies
working-directory: ./admin
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bbs-go-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
# cache-dependency-path: site/package-lock.json
cache-dependency-path: site/pnpm-lock.yaml
- name: Install dependencies
working-directory: ./site
run: |
Expand Down
2 changes: 1 addition & 1 deletion server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ all: build

build:
@echo "Building..."
@go build -o bbs-go cmd/server/main.go
@go build -v -o bbs-go cmd/server/main.go

# Run the application
run:
Expand Down

0 comments on commit ee95166

Please sign in to comment.