Skip to content
Snippets Groups Projects
Commit 4c0b42b2 authored by Moul's avatar Moul
Browse files

[ci] Fix: trigger CI when lock file changes

We are using 'package-lock.json' not 'npm-shrinkwrap.json'
parent dd6a4f0d
No related branches found
No related tags found
1 merge request!1311Fix/multiple small changes
...@@ -20,8 +20,8 @@ workflow: ...@@ -20,8 +20,8 @@ workflow:
- test/**/* - test/**/*
- .gitlab-ci.yml - .gitlab-ci.yml
- index.ts - index.ts
- npm-shrinkwrap.json
- package.json - package.json
- package-lock.json
- server.ts - server.ts
.env: &env .env: &env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment