Skip to content

Commit

Permalink
ci: fix bun node-sass pm trusted
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdonado committed May 2, 2024
1 parent 86d17e3 commit 6300240
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/check-schema.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Check schema

on: [push, pull_request]
on:
pull_request:
branches:
- '*'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy client
name: Build and deploy

on:
push:
Expand Down
Binary file added bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"trustedDependencies": [
"@fortawesome/fontawesome-free",
"core-js",
"core-js-pure"
"core-js-pure",
"node-sass"
]
}

0 comments on commit 6300240

Please sign in to comment.