mirror of
https://github.com/aleleba/react-list-ui-library.git
synced 2025-06-21 01:08:14 -06:00
PR-722301: Adding Input and List Components testing.
This commit is contained in:
6
.github/workflows/npm-publish.yml
vendored
6
.github/workflows/npm-publish.yml
vendored
@ -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}}
|
5
.github/workflows/npm-test.yml
vendored
5
.github/workflows/npm-test.yml
vendored
@ -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"
|
Reference in New Issue
Block a user