ci(app): add ci/cd #6

This commit is contained in:
Sergey Krylov 2024-03-26 07:42:24 +03:00
parent fe57ae4a5e
commit 958a5847b9
51 changed files with 42 additions and 0 deletions

42
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,42 @@
image: node:20.11.1-alpine
stages:
- preparing
- checking
- deploy
cache:
paths:
- node_modules/
install-dependencies:
stage: preparing
script:
- yarn install --offline
lint:
stage: checking
script:
- yarn run lint
only:
- branches
- merge_requests
- tags
test:
stage: checking
script:
- yarn run test
only:
- merge_requests
pages:
stage: deploy
script:
- yarn run build:prod
artifacts:
paths:
- build
publish: build
only:
- main

BIN
offline_node_modules/JSONStream-1.3.5.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/add-stream-1.0.0.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/array-ify-1.0.0.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/arrify-1.0.1.tgz generated Normal file

Binary file not shown.

Binary file not shown.

BIN
offline_node_modules/dateformat-3.0.3.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/decamelize-1.2.0.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/find-up-2.1.0.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/find-up-3.0.0.tgz generated Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
offline_node_modules/jsonparse-1.3.1.tgz generated Normal file

Binary file not shown.

Binary file not shown.

BIN
offline_node_modules/locate-path-2.0.0.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/locate-path-3.0.0.tgz generated Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
offline_node_modules/map-obj-1.0.1.tgz generated Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
offline_node_modules/p-limit-1.3.0.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/p-locate-2.0.0.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/p-locate-3.0.0.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/p-try-1.0.0.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/parse-json-4.0.0.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/path-exists-3.0.0.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/path-type-3.0.0.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/pify-2.3.0.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/pify-3.0.0.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/q-1.5.1.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/read-pkg-3.0.0.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/read-pkg-5.2.0.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/read-pkg-up-3.0.0.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/read-pkg-up-7.0.1.tgz generated Normal file

Binary file not shown.

Binary file not shown.

BIN
offline_node_modules/split-1.0.1.tgz generated Normal file

Binary file not shown.

Binary file not shown.

BIN
offline_node_modules/through-2.3.8.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/through2-2.0.5.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/type-fest-0.6.0.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/type-fest-0.8.1.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/typedarray-0.0.6.tgz generated Normal file

Binary file not shown.

Binary file not shown.

BIN
offline_node_modules/wordwrap-1.0.0.tgz generated Normal file

Binary file not shown.

BIN
offline_node_modules/xtend-4.0.2.tgz generated Normal file

Binary file not shown.