Skip to content
Snippets Groups Projects
Commit 25cd3265 authored by Andreas's avatar Andreas
Browse files

feat/Updated package-lock.json

parent e1c873c1
No related branches found
No related tags found
1 merge request!43Bug/fix pipeline bug
Pipeline #279547 failed
...@@ -8,6 +8,7 @@ cache: ...@@ -8,6 +8,7 @@ cache:
key: "${CI_COMMIT_REF_SLUG}" key: "${CI_COMMIT_REF_SLUG}"
paths: paths:
- node_modules/ - node_modules/
- build/
install_dependencies: install_dependencies:
stage: install_dependencies stage: install_dependencies
...@@ -16,11 +17,10 @@ install_dependencies: ...@@ -16,11 +17,10 @@ install_dependencies:
build_project: build_project:
stage: build_project stage: build_project
before_script:
- ls -l node_modules/.bin # list files to debug
- whoami # confirm we're running as root
- chmod +x node_modules/.bin/* # ensure scripts are executable
script: script:
- npm run build - npm run build
after_script: cache:
- ls -l # list files in current directory to debug key: "${CI_COMMIT_REF_SLUG}"
paths:
- node_modules/
policy: pull
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment