Skip to content

Commit 6d0c734

Browse files
committed
last last try
1 parent 82ee098 commit 6d0c734

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/node.js.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
node-version: [18.x, 20.x]
1919
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020

21-
# defaults:
22-
# run:
23-
# working-directory: ./browser # The working directory path
21+
defaults:
22+
run:
23+
working-directory: ./browser # The working directory path
2424

2525
steps:
2626
- uses: actions/checkout@v3
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
node-version: ${{ matrix.node-version }}
3131
cache: 'npm'
32-
# cache-dependency-path: browser/package-lock.json
32+
cache-dependency-path: browser/package-lock.json
3333

3434
# THIS WILL BE REMOVED WHEN WE SWITCH BACK TO PUBLIC PACKAGES
3535
# - name: Setup Registry
@@ -39,6 +39,6 @@ jobs:
3939
# echo "//packages.infragistics.com/npm/js-licensed/:always-auth=true" >> ~/.npmrc
4040

4141
- name: npm install --legacy-peer-deps
42-
run: cd browser && npm ci --legacy-peer-deps
42+
run: npm ci --legacy-peer-deps
4343
- name: Build
44-
run: cd browser && npm run build
44+
run: npm run build

0 commit comments

Comments
 (0)