Skip to content

Commit

Permalink
Use pnpm-lock.yarml file
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsobol committed Oct 6, 2024
1 parent 17331fa commit da8a1ff
Show file tree
Hide file tree
Showing 4 changed files with 6,762 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: CI
name: Build packages

on:
push:
branches:
- "**"

jobs:
build:
name: Build packages
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -23,7 +26,7 @@ jobs:
cache: "pnpm"

- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile

- name: Build all packages
run: pnpm run build
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cache: "pnpm"

- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile

- name: Create Release Pull Request
uses: changesets/action@v1
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
node_modules
dist
package-lock.json
pnpm-lock.yaml

sonda-report.*
*.backup
Loading

0 comments on commit da8a1ff

Please sign in to comment.