From 06f333216b9f3303bf135d9a179d4e84c1c14483 Mon Sep 17 00:00:00 2001 From: Rafael Henrique de Andrade Date: Thu, 12 Dec 2024 11:16:13 -0300 Subject: [PATCH] fix: adjust word 'projeto' --- .github/workflows/release.action.yml | 3 --- README.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.action.yml b/.github/workflows/release.action.yml index 9d7f683d..21de180a 100644 --- a/.github/workflows/release.action.yml +++ b/.github/workflows/release.action.yml @@ -3,9 +3,6 @@ name: 'Publish' on: release: types: [published] - push: - branches: - - 'feature/package-release' env: NODE_VERSION: 20.x diff --git a/README.md b/README.md index 667fca10..7111e2c9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Para usar o Design System no seu projeto, siga os passos abaixo: -1. Crie um arquivo `.npmrc` na raiz do seu projeot; +1. Crie um arquivo `.npmrc` na raiz do seu projeto; 2. Adicione o seguinte conteúdo nele: `@uxshop:registry=https://npm.pkg.github.com`; 3. Adicione o pacote como dependência: `npm install --save-dev @uxshop/design-system`;