PR-722301: Adding Input and List Components testing.

This commit is contained in:
2023-10-12 00:08:05 +00:00
parent 966ef13300
commit d1da40fdd2
7 changed files with 96 additions and 3 deletions

View File

@ -38,6 +38,12 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci --legacy-peer-deps
- run: npm run build
env:
LIBRARY_NAME: "@aleleba/ro-ut-ui"
EXTERNAL_CSS: "true"
- run: npm publish --access=public
env:
LIBRARY_NAME: "@aleleba/ro-ut-ui"
EXTERNAL_CSS: "true"
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

View File

@ -44,4 +44,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci --legacy-peer-deps
- run: npm run build
- run: npm run build
env:
LIBRARY_NAME: "@aleleba/ro-ut-ui"
EXTERNAL_CSS: "true"