Skip to content

Commit

Permalink
Added seatsio-types (#48)
Browse files Browse the repository at this point in the history
* Added seatsio-types

* Fixed testApp

* Export seatsio-types

* Updated LTS version in README.md

* Added types from seatsio-types to README.md

* Revert to LTS version 11.0.0 in this PR

* Fixed yarn command

* Fixed installation of @angular/cli
  • Loading branch information
mroloux authored Nov 15, 2023
1 parent 03ce9eb commit a00c54d
Show file tree
Hide file tree
Showing 17 changed files with 7,169 additions and 22,581 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm install -g @angular/cli
- run: yarn install
- run: yarn global add @angular/cli
- run: ng build seatsio-angular
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm install -g @angular/cli
- run: yarn install
- run: yarn global add @angular/cli
- run: ng build seatsio-angular
- run: npm publish ./dist/seatsio-angular
- run: yarn publish ./dist/seatsio-angular
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Loading

0 comments on commit a00c54d

Please sign in to comment.