We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652ccc8 commit ab411a6Copy full SHA for ab411a6
.github/workflows/deploy.yml
@@ -27,11 +27,7 @@ jobs:
27
run: npm install --no-audit --no-fund
28
29
- name: Install Internal Package
30
- run: |
31
- echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc
32
- DEVEXTREME_INTERNAL_VERSION=$(npm pkg get dependencies.devextreme --workspaces=false | tr -d '"')
33
- npm pack @devexpress/devextreme-internal@$DEVEXTREME_INTERNAL_VERSION --registry https://npm.pkg.github.com
34
- npm i devextreme@$(find . -name DevExpress-devextreme-internal-*.tgz)
+ uses: DevExpress/github-actions/install-internal-package@main
35
36
- name: Build
37
run: npm run build -- --configuration=production --base-href https://devexpress.github.io/devextreme-angular-template/
0 commit comments