Skip to content
Snippets Groups Projects

Resolve "[MIN-305] Make npm packages versions static"

Merged Piotr Gawron requested to merge 238-min-305-make-npm-packages-versions-static into development
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -13,7 +13,7 @@ lint:commit:
allow_failure: true
before_script:
- apk add --no-cache npm git
- npm install
- npm ci
script:
- echo "${CI_COMMIT_MESSAGE}" | npx commitlint
@@ -22,7 +22,7 @@ linter:
stage: lint
before_script:
- apk add --no-cache npm git
- npm install
- npm ci
script:
- npm run lint:ts
only:
@@ -35,7 +35,7 @@ prettier:
stage: prettier
before_script:
- apk add --no-cache npm git
- npm install
- npm ci
script:
- npm run prettier:ci
only:
@@ -49,7 +49,7 @@ jest:
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
before_script:
- apk add --no-cache npm git
- npm install
- npm ci
script:
- npm run test:ci
only:
Loading