Skip to content

Commit

Permalink
chore: deploy with devextreme-internal (#208)
Browse files Browse the repository at this point in the history
* deploy with devextreme-internal

* bump DevExtreme + remove tarballs

* uncomment back deployment

* plain install instead of substitution + package-lock
  • Loading branch information
VasilyStrelyaev authored Dec 7, 2023
1 parent cae67cb commit 1193b7c
Show file tree
Hide file tree
Showing 6 changed files with 2,096 additions and 1,136 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
- name: Run npm install
run: npm install --no-package-lock --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)
- name: Build
run: npm run build

Expand Down
Binary file removed devextreme-23.2.0.tgz
Binary file not shown.
Binary file removed devextreme-angular-23.2.0.tgz
Binary file not shown.
Binary file removed devextreme-themebuilder-23.2.0.tgz
Binary file not shown.
Loading

0 comments on commit 1193b7c

Please sign in to comment.