Skip to content

Fix JS assets not loading #67

Fix JS assets not loading

Fix JS assets not loading #67

Triggered via push February 13, 2025 14:00
Status Failure
Total duration 44s
Artifacts

pipeline.yml

on: push
Matrix: helm lint
node build  /  Run the node build
31s
node build / Run the node build
node integration tests  /  Run the integration tests
node integration tests / Run the integration tests
node unit tests  /  Run the node unit tests
node unit tests / Run the node unit tests
Build docker image from hmpps-github-actions  /  Build docker image
Build docker image from hmpps-github-actions / Build docker image
Deploy to the development environment  /  deploy_env
Deploy to the development environment / deploy_env
Deploy to pre-production environment  /  deploy_env
Deploy to pre-production environment / deploy_env
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
node build / Run the node build: esbuild/esbuild.config.js#L35
Missing trailing comma
node build / Run the node build
Process completed with exit code 1.
node build / Run the node build: esbuild/esbuild.config.js#L33
Replace `⏎······path.join(cwd,·'assets/js/index.js'),⏎······path.join(cwd,·'assets/scss/application.scss')⏎····` with `path.join(cwd,·'assets/js/index.js'),·path.join(cwd,·'assets/scss/application.scss')`