Skip to content

Commit

Permalink
feat: Updated readme.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
eliyas5044 committed Nov 6, 2023
1 parent 26d4071 commit ef4141a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
node-version: 18
- run: npm ci
- run: npm test:unit

publish-gpr:
needs: build
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ npm run test:unit
```sh
npm run lint
```
## NPM | [vue-tailwind](https://github.com/devxhub/vue-tailwind/pkgs/npm/vue-tailwind)
### Login to NPM Github registry
```sh
npm login --scope=@devxhub --auth-type=legacy --registry=https://npm.pkg.github.com
```
- Enter Github username
- Enter Github personal access token (classic) with at least `read:packages` scope
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devxhub/vue-tailwind",
"version": "0.0.4",
"version": "0.0.5",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
Expand Down

0 comments on commit ef4141a

Please sign in to comment.