Skip to content
Snippets Groups Projects
Commit 1c723dd5 authored by ko_oler's avatar ko_oler
Browse files

fix .gitlab-ci.yml

parent 218587ba
No related branches found
No related tags found
1 merge request!1Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
Pipeline #19065 failed with stage
in 19 seconds
......@@ -18,6 +18,7 @@ publish_npm:
- config/package.json
script:
- mkdir clients
- npm install ts-proto@1.115.5
- make proto
- cd ./config
- rsync -a --prune-empty-dirs ../clients ./
......
......@@ -53,11 +53,11 @@ ifeq (,$(shell which npm))
$(error "NPM not found. Run for linux: \"sudo apt install npm\", for mac: \"brew install npm\" \
or visit \"https://docs.npmjs.com/getting-started\" for more.\n")
endif
ifeq (,$(shell which protoc-gen-ts_proto))
$(error "Ts-proto plugin for protoc not found. \
Run \"npm install -g ts-proto@1.115.5\" \
or visit \"https://github.com/stephenh/ts-proto\" for more.\n")
endif
#ifeq (,$(shell which protoc-gen-ts_proto))
# $(error "Ts-proto plugin for protoc not found. \
# Run \"npm install -g ts-proto@1.115.5\" \
# or visit \"https://github.com/stephenh/ts-proto\" for more.\n")
#endif
#ifeq (,$(shell which tsc))
# $(error "Typescript not found. \
# Run \"npm install -g typescript@4.7.4\" \
......
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