Skip to content
Snippets Groups Projects
Commit 5e5d8d28 authored by ko_oler's avatar ko_oler
Browse files

fix

parent 1a5cac0d
No related branches found
No related tags found
2 merge requests!2test,!1Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
Pipeline #18989 failed with stage
in 8 seconds
...@@ -18,7 +18,6 @@ publish_npm: ...@@ -18,7 +18,6 @@ publish_npm:
- rsync -a --prune-empty-dirs --include '*/' --include '*.d.ts.map' --exclude '*' ../clients ./ - rsync -a --prune-empty-dirs --include '*/' --include '*.d.ts.map' --exclude '*' ../clients ./
- rsync -a --prune-empty-dirs --include '*/' --include '*.js' --exclude '*' ../clients ./ - rsync -a --prune-empty-dirs --include '*/' --include '*.js' --exclude '*' ../clients ./
- rsync -a --prune-empty-dirs --include '*/' --include '*.js.map' --exclude '*' ../clients ./ - rsync -a --prune-empty-dirs --include '*/' --include '*.js.map' --exclude '*' ../clients ./
- ls
- | - |
if [[ ! -f .npmrc ]]; then if [[ ! -f .npmrc ]]; then
echo 'No .npmrc found! Creating one now. Please review the following link for more information: https://docs.gitlab.com/ee/user/packages/npm_registry/index.html#project-level-npm-endpoint-1' echo 'No .npmrc found! Creating one now. Please review the following link for more information: https://docs.gitlab.com/ee/user/packages/npm_registry/index.html#project-level-npm-endpoint-1'
......
{ {
"name": "@perxis-js/perxis-client", "name": "@perxis/perxis-js",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "clients/index.js", "main": "clients/index.js",
......
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