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
@@ -12,7 +12,7 @@ lint:commit:
stage: lint
allow_failure: true
before_script:
- apk add --no-cache npm
- apk add --no-cache npm git
- npm install
script:
- echo "${CI_COMMIT_MESSAGE}" | npx commitlint
@@ -21,7 +21,7 @@ linter:
image: node:16.16.0-alpine
stage: lint
before_script:
- apk add --no-cache npm
- apk add --no-cache npm git
- npm install
script:
- npm run lint:ts
@@ -34,7 +34,7 @@ prettier:
image: node:16.16.0-alpine
stage: prettier
before_script:
- apk add --no-cache npm
- apk add --no-cache npm git
- npm install
script:
- npm run prettier:ci
@@ -48,7 +48,7 @@ jest:
stage: test
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
before_script:
- apk add --no-cache npm
- apk add --no-cache npm git
- npm install
script:
- npm run test:ci
Loading