Skip to content

Commit

Permalink
update JS deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jun 8, 2023
1 parent 39534d0 commit 3cd0c09
Show file tree
Hide file tree
Showing 21 changed files with 9,156 additions and 12,846 deletions.
4 changes: 2 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages/*/node_modules
packages/*/dist
packages/*/dist/
docs/
build/
data_wizard/static/
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
npm ci
npm run lerna exec npm ci
npm run bootstrap
npm run build
run: npm ci
- name: Lint with ESLint
run: npm run lint
- name: Test with Jest
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
*.md
*.css
*.html
docs/**/*.json
docs/**/*.js
build/
dist/
data_wizard/static/
File renamed without changes.
9 changes: 8 additions & 1 deletion data_wizard/static/app/js/wizard.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data_wizard/static/app/js/wizard.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 3cd0c09

Please sign in to comment.