Skip to content

Commit

Permalink
chore: updates build script
Browse files Browse the repository at this point in the history
  • Loading branch information
rustygreen committed Feb 10, 2024
1 parent 7b99087 commit a0c4eb5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Publish
runs-on: ubuntu-latest
permissions:
contents: write
contents: read
id-token: write
timeout-minutes: 10
steps:
Expand Down Expand Up @@ -41,8 +41,3 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
NPM_CONFIG_PROVENANCE: true

- name: Create GitHub release
uses: ncipollo/release-action@v1
with:
artifacts: "dist/**/*"
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,24 @@ export const appConfig: ApplicationConfig = {

## Components

Coming soon...
| Component | Default Route |
| -------------- | ----------------- |
| Login | `/login` |
| Register | `/register` |
| Set Password | `/set-password` |
| Reset Password | `/reset-password` |

### PrimeNG

Coming soon

### Bootstrap

Coming soon

### Material

Coming soon

## Development

Expand Down

0 comments on commit a0c4eb5

Please sign in to comment.