Skip to content

Commit 9740afb

Browse files
committedNov 16, 2023
🔧 try to fix parcel linux/ci issue by adding an optional dependency
parcel-bundler/watcher#152 (comment)
1 parent aa248cd commit 9740afb

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
 

‎package-lock.json

+6-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/css/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@
4242
},
4343
"browserslist": [
4444
"defaults"
45-
]
45+
],
46+
"optionalDependencies": {
47+
"@parcel/watcher-linux-x64-glibc": "2.3.0"
48+
}
4649
}

0 commit comments

Comments
 (0)