Fix JS assets not loading #67
pipeline.yml
on: push
Matrix: helm lint
node build
/
Run the node build
31s
node integration tests
/
Run the integration tests
node unit tests
/
Run the node unit tests
Build docker image from hmpps-github-actions
/
Build docker image
Deploy to the development environment
/
deploy_env
Deploy to pre-production environment
/
deploy_env
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')`
|