Skip to content

Commit

Permalink
use install-internal-package action (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilyStrelyaev authored Dec 18, 2023
1 parent 652ccc8 commit ab411a6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ jobs:
run: npm install --no-audit --no-fund

- name: Install Internal Package
run: |
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc
DEVEXTREME_INTERNAL_VERSION=$(npm pkg get dependencies.devextreme --workspaces=false | tr -d '"')
npm pack @devexpress/devextreme-internal@$DEVEXTREME_INTERNAL_VERSION --registry https://npm.pkg.github.com
npm i devextreme@$(find . -name DevExpress-devextreme-internal-*.tgz)
uses: DevExpress/github-actions/install-internal-package@main

- name: Build
run: npm run build -- --configuration=production --base-href https://devexpress.github.io/devextreme-angular-template/
Expand Down

0 comments on commit ab411a6

Please sign in to comment.