Skip to content

Commit

Permalink
fix: package version control. Move away from yarn
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 8cbb6d0 commit 7d0d425
Show file tree
Hide file tree
Showing 5 changed files with 36,325 additions and 10,871 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: yarn
- run: npm ci
- run: npm build angular-material-rail-drawer-example
- run: npm build angular-material-rail-drawer

Expand All @@ -23,7 +23,7 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: yarn
- run: npm ci
- run: cd dist\angular-material-rail-drawer
- run: npm publish
env:
Expand All @@ -38,7 +38,7 @@ jobs:
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
- run: yarn
- run: npm ci
- run: cd dist\angular-material-rail-drawer
- run: npm publish
env:
Expand Down
Loading

0 comments on commit 7d0d425

Please sign in to comment.