We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6726953 commit 3317e81Copy full SHA for 3317e81
.github/workflows/table-tests.yml
@@ -37,13 +37,12 @@ jobs:
37
38
- name: Build
39
run: |
40
- cd components/dash-table
41
- npm ci
42
npm run build
43
44
- name: Lint
45
46
cd components/dash-table
+ npm ci
47
npm run lint
48
49
- name: Unit
@@ -139,8 +138,6 @@ jobs:
139
138
140
141
142
143
144
145
146
- name: Run Table Server Tests
0 commit comments