Skip to content

Commit 3317e81

Browse files
committed
build from root
1 parent 6726953 commit 3317e81

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/table-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,12 @@ jobs:
3737

3838
- name: Build
3939
run: |
40-
cd components/dash-table
41-
npm ci
4240
npm run build
4341
4442
- name: Lint
4543
run: |
4644
cd components/dash-table
45+
npm ci
4746
npm run lint
4847
4948
- name: Unit
@@ -139,8 +138,6 @@ jobs:
139138

140139
- name: Build
141140
run: |
142-
cd components/dash-table
143-
npm ci
144141
npm run build
145142
146143
- name: Run Table Server Tests

0 commit comments

Comments
 (0)