Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Hall <[email protected]>
  • Loading branch information
Jordan-Hall committed Jul 14, 2022
1 parent 7d0d425 commit 058b39f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
with:
node-version: 12
- run: npm ci
- run: npm build angular-material-rail-drawer-example
- run: npm build angular-material-rail-drawer
- run: npm run build angular-material-rail-drawer-example
- run: npm run build angular-material-rail-drawer

publish-npm:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-material-rail-drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-material-rail-drawer",
"version": "1.1.2",
"version": "1.1.3",
"homepage": "https://medium.com/@LostDeveloper/angular-material-navigation-drawer-adding-support-mode-rail-mini-variant-behaviour-8f7b107700b3",
"repository": {
"type": "git",
Expand Down

0 comments on commit 058b39f

Please sign in to comment.