chore(spa): app/package-lock.json committen + aus gitignore raus
CI-build hat mit "Some specified paths were not resolved, unable to cache dependencies" abgebrochen, weil actions/setup-node@v4 mit cache: 'npm' eine committed package-lock.json erwartet. Lockfile war bisher in app/.gitignore ausgeschlossen — ungewoehnliche konvention fuer SvelteKit-projekte; reproduzierbare builds (sowohl CI als auch fresh-clone) brauchen den lockfile. Jetzt committed, mit dem stand der nach den isomorphic-dompurify+@types/node-installs existiert. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
0075160370
commit
64cd2b8add
|
|
@ -23,6 +23,5 @@ vite.config.js.timestamp-*
|
||||||
vite.config.ts.timestamp-*
|
vite.config.ts.timestamp-*
|
||||||
|
|
||||||
# npm
|
# npm
|
||||||
package-lock.json
|
|
||||||
*.log
|
*.log
|
||||||
test-results/
|
test-results/
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue