Skip to content
Snippets Groups Projects
Commit 8c2c796b authored by Piotr Gawron's avatar Piotr Gawron
Browse files

we have static version of npm packages

parent 0faff79e
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!188Resolve "[MIN-305] Make npm packages versions static"
Pipeline #89355 failed
...@@ -2,6 +2,7 @@ node_modules ...@@ -2,6 +2,7 @@ node_modules
.next .next
.next/ .next/
tsconfig.tsbuildinfo tsconfig.tsbuildinfo
package-lock.json
# testing # testing
/coverage /coverage
......
...@@ -13,7 +13,7 @@ lint:commit: ...@@ -13,7 +13,7 @@ lint:commit:
allow_failure: true allow_failure: true
before_script: before_script:
- apk add --no-cache npm - apk add --no-cache npm
- npm ci - npm install
script: script:
- echo "${CI_COMMIT_MESSAGE}" | npx commitlint - echo "${CI_COMMIT_MESSAGE}" | npx commitlint
...@@ -22,7 +22,7 @@ linter: ...@@ -22,7 +22,7 @@ linter:
stage: lint stage: lint
before_script: before_script:
- apk add --no-cache npm - apk add --no-cache npm
- npm ci - npm install
script: script:
- npm run lint:ts - npm run lint:ts
only: only:
...@@ -35,7 +35,7 @@ prettier: ...@@ -35,7 +35,7 @@ prettier:
stage: prettier stage: prettier
before_script: before_script:
- apk add --no-cache npm - apk add --no-cache npm
- npm ci - npm install
script: script:
- npm run prettier:ci - npm run prettier:ci
only: only:
...@@ -49,7 +49,7 @@ jest: ...@@ -49,7 +49,7 @@ jest:
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/ coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
before_script: before_script:
- apk add --no-cache npm - apk add --no-cache npm
- npm ci - npm install
script: script:
- npm run test:ci - npm run test:ci
only: only:
......
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