mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-01 17:01:34 +01:00
21 lines
571 B
Diff
21 lines
571 B
Diff
directories in .hak/hakModules are already symlinked inside node_modules,
|
|
and as such are already being copied by default. this makes tasje fail with:
|
|
```
|
|
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value:
|
|
FileAlreadyWritten("/node_modules/keytar/package.json")', src/main.rs:200:18
|
|
```
|
|
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -96,10 +96,6 @@
|
|
"asarUnpack": "**/*.node",
|
|
"files": [
|
|
"package.json",
|
|
- {
|
|
- "from": ".hak/hakModules",
|
|
- "to": "node_modules"
|
|
- },
|
|
"lib/**"
|
|
],
|
|
"extraResources": [
|