We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c18009 + 411a350 commit c5c3f83Copy full SHA for c5c3f83
1 file changed
.github/workflows/publish.yml
@@ -20,11 +20,10 @@ jobs:
20
- run: rm -rf projects/angular
21
- run: git clone https://github.com/themost-framework/angular.git projects/angular
22
- run: cd projects/angular
23
- - run: npm i npm-install-peers --no-save
24
- - run: ./node_modules/.bin/npm-install-peers
+ - run: npm ci
25
- run: cd ../..
26
- run: ng build angular
27
- - run: cd dist/angular
+ - run: cd projects/angular/dist
28
- run: npm publish --access=public
29
env:
30
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments