Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install --ignore-scripts
- run: npm run build
# `npm test` starts vitest in watch mode, which never exits on CI.
- run: npx vitest run
- run: npm run lint:fix
- run: npm run format:fix
4 changes: 2 additions & 2 deletions LICENSE-wheel
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ The following components are licensed under the MIT license:
mdast-util-phrasing@4.1.0
Copyright (c) 2017 Titus Wormer <tituswormer@gmail.com>
Copyright (c) 2017 Victor Felder <victor@draft.li>
mdast-util-to-hast@13.1.0
mdast-util-to-hast@13.2.1
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
mdast-util-to-markdown@2.1.0
Copyright (c) 2020 Titus Wormer <tituswormer@gmail.com>
Expand Down Expand Up @@ -564,7 +564,7 @@ The following components are licensed under the MIT license:
Copyright (c) 2015 Espen Hovlandsdal
react-query@3.39.3
Copyright (c) 2019 Tanner Linsley
react-router@7.18.1
react-router@7.18.2
Copyright (c) React Training LLC 2015-2019
Copyright (c) Remix Software Inc. 2020-2021
Copyright (c) Shopify Inc. 2022-2023
Expand Down
Loading
Loading