Skip to content

Commit 4b21a3c

Browse files
replay Alex's changes
1 parent 2b56e90 commit 4b21a3c

3 files changed

Lines changed: 29 additions & 41 deletions

File tree

.github/workflows/default_workflow.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ jobs:
3434
with:
3535
run_install: false
3636

37-
- name: Get pnpm store directory
38-
shell: bash
39-
run: |
40-
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
41-
42-
- uses: actions/cache@v4
43-
name: Setup pnpm cache
44-
with:
45-
path: |
46-
${{ env.STORE_PATH }}
47-
.nx/cache
48-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
49-
restore-keys: |
50-
${{ runner.os }}-pnpm-store
37+
# - name: Get pnpm store directory
38+
# shell: bash
39+
# run: |
40+
# echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
41+
#
42+
# - uses: actions/cache@v4
43+
# name: Setup pnpm cache
44+
# with:
45+
# path: |
46+
# ${{ env.STORE_PATH }}
47+
# .nx/cache
48+
# key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
49+
# restore-keys: |
50+
# ${{ runner.os }}-pnpm-store
5151

5252
- name: Install dependencies
5353
run: pnpm install --frozen-lockfile

e2e/bundlers/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "devextreme-modules-test",
33
"version": "25.2.0",
44
"devDependencies": {
5-
"@parcel/watcher": "2.5.1",
65
"@rollup/plugin-alias": "3.1.9",
76
"@rollup/plugin-commonjs": "19.0.2",
87
"@rollup/plugin-node-resolve": "13.3.0",

pnpm-lock.yaml

Lines changed: 15 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)