Skip to content

Commit

Permalink
🔧 try to fix parcel linux/ci issue by adding an optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuxu committed Nov 16, 2023
1 parent aa248cd commit 9740afb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 6 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@
},
"browserslist": [
"defaults"
]
],
"optionalDependencies": {
"@parcel/watcher-linux-x64-glibc": "2.3.0"
}
}

0 comments on commit 9740afb

Please sign in to comment.