Some checks failed
ci / build (push) Failing after 46s
npm ci requires package-lock.json to be present in the build context. Explicitly allow package-lock.json in .dockerignore to fix CI build failure.
22 lines
292 B
Text
22 lines
292 B
Text
.github
|
|
.gitignore
|
|
.vscode
|
|
.devbox
|
|
.devcontainer
|
|
node_modules
|
|
public
|
|
resources
|
|
tmp
|
|
*.md
|
|
!content/**/*.md
|
|
TESTING.md
|
|
Taskfile.yml
|
|
devbox.json
|
|
devbox.lock
|
|
.hugo_build.lock
|
|
.htmltest.yml
|
|
.htmlvalidate.json
|
|
.markdownlint.json
|
|
|
|
# Ensure package-lock.json is included for npm ci
|
|
!package-lock.json
|