[appimage] package-lock.json committen fuer npm ci im Runner
Some checks failed
Build AppImage / build (push) Failing after 1m17s
Some checks failed
Build AppImage / build (push) Failing after 1m17s
Die Lock-Datei war in .gitignore ausgeschlossen - damit scheitert
npm ci im CI-Build ("can only install with an existing package-lock.json").
Fix: Datei aus .gitignore raus und committen. Ist ohnehin Best Practice
damit Installs reproduzierbar sind.
This commit is contained in:
parent
9e4ec73c6a
commit
9e31b76319
2 changed files with 4635 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -25,8 +25,7 @@ src-tauri/gen/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
# Package lock (use npm ci)
|
# package-lock.json wird committet - npm ci im Runner braucht sie
|
||||||
package-lock.json
|
|
||||||
.claude/scheduled_tasks.lock
|
.claude/scheduled_tasks.lock
|
||||||
vscode-extension/out/
|
vscode-extension/out/
|
||||||
vscode-extension/node_modules/
|
vscode-extension/node_modules/
|
||||||
|
|
|
||||||
4634
package-lock.json
generated
Normal file
4634
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue