diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 50bb47d..f13203b 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -13,6 +13,7 @@ jobs: with: node-version: 18 - run: npm ci + - run: npm test:unit publish-gpr: needs: build diff --git a/README.md b/README.md index cee3dcc..85cff5f 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/package.json b/package.json index f42e084..014d0c9 100644 --- a/package.json +++ b/package.json @@ -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 {@}\" --",