mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-09 15:51:45 +02:00
21 lines
634 B
Diff
21 lines
634 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
|
|
```
|
|
|
|
--- ./package.json.orig
|
|
+++ ./package.json
|
|
@@ -127,10 +127,6 @@
|
|
"asarUnpack": "**/*.node",
|
|
"files": [
|
|
"package.json",
|
|
- {
|
|
- "from": ".hak/hakModules",
|
|
- "to": "node_modules"
|
|
- },
|
|
"lib/**"
|
|
],
|
|
"extraResources": [
|