1 parent 53474e3 commit 4272672Copy full SHA for 4272672
1 file changed
io.github.N3kosempai.klia-store.yml
@@ -38,6 +38,12 @@ modules:
38
TAURI_PLATFORM_TYPE: 'Linux'
39
TAURI_ENV_PRODUCTION: 'true'
40
build-commands:
41
+ # Debug: Check where npm is looking for cache
42
+ - echo "npm_config_cache = $npm_config_cache"
43
+ - echo "Current dir = $(pwd)"
44
+ - ls -lah /run/build/klia-store/npm-cache/_cacache/content-v2/ || true
45
+ - ls -lah flatpak-node/npm-cache/_cacache/content-v2/ || true
46
+
47
# Verify npm cache is populated
48
- npm cache verify
49
@@ -65,5 +71,5 @@ modules:
65
71
sources:
66
72
- type: dir
67
73
path: .
68
- - generated-sources.json
69
- - cargo-sources.json
74
+ - ./generated-sources.json
75
+ - ./cargo-sources.json
0 commit comments