fix readme

This commit is contained in:
nflnkr 2023-06-06 14:15:47 +03:00
parent a9ca5294dd
commit c59be041e7
2 changed files with 11 additions and 2 deletions

9
README.md Normal file

@ -0,0 +1,9 @@
## Публикация
```bash
GITLAB_AUTH_TOKEN=token yarn build && GITLAB_AUTH_TOKEN=token yarn publish ./dist
```
## Использование
```bash
npm config set //penahub.gitlab.yandexcloud.net/api/v4/packages/npm/:_authToken=token
yarn add @frontend/kitui
```

@ -1,6 +1,6 @@
{
"name": "@frontend/kitui",
"version": "1.0.1",
"version": "1.0.3",
"description": "test",
"main": "index.js",
"types": "index.d.ts",
@ -9,7 +9,7 @@
"license": "MIT",
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && tsc && cp package.json README.md ./dist"
"build": "npm run clean && tsc && cp package.json ./dist"
},
"publishConfig": {
"registry": "https://penahub.gitlab.yandexcloud.net/api/v4/projects/21/packages/npm/"