Skip to content

Commit c5c3f83

Browse files
committed
2 parents 8c18009 + 411a350 commit c5c3f83

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ jobs:
2020
- run: rm -rf projects/angular
2121
- run: git clone https://github.com/themost-framework/angular.git projects/angular
2222
- run: cd projects/angular
23-
- run: npm i npm-install-peers --no-save
24-
- run: ./node_modules/.bin/npm-install-peers
23+
- run: npm ci
2524
- run: cd ../..
2625
- run: ng build angular
27-
- run: cd dist/angular
26+
- run: cd projects/angular/dist
2827
- run: npm publish --access=public
2928
env:
3029
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)