mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 03:26:36 +03:00
Fix broken eslint in ci
- it needed svelte-kit sync to pickup the generated tsconfig.json
This commit is contained in:
parent
8b22246206
commit
7b569b0e93
@ -13,6 +13,7 @@
|
||||
"format": "prettier --plugin-search-dir . --write .",
|
||||
"tauri": "tauri",
|
||||
"story:dev": "histoire dev --open",
|
||||
"prepare": "svelte-kit sync",
|
||||
"story:build": "histoire build",
|
||||
"story:preview": "histoire preview --open"
|
||||
},
|
||||
|
@ -5531,7 +5531,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
github.com/gitbutlerapp/svelte-store/4cf861db334188389186a6f41ddfc1ba157b4ffd(svelte@4.2.0):
|
||||
resolution: {commit: 4cf861db334188389186a6f41ddfc1ba157b4ffd, repo: https://git@github.com/gitbutlerapp/svelte-store.git, type: git}
|
||||
resolution: {tarball: https://codeload.github.com/gitbutlerapp/svelte-store/tar.gz/4cf861db334188389186a6f41ddfc1ba157b4ffd}
|
||||
id: github.com/gitbutlerapp/svelte-store/4cf861db334188389186a6f41ddfc1ba157b4ffd
|
||||
name: '@square/svelte-store'
|
||||
version: 1.0.17
|
||||
@ -5543,7 +5543,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
github.com/tauri-apps/tauri-plugin-log/9075595196d5a66f8f3265d2aaf7e2ffeb4cb2ab:
|
||||
resolution: {commit: 9075595196d5a66f8f3265d2aaf7e2ffeb4cb2ab, repo: https://git@github.com/tauri-apps/tauri-plugin-log.git, type: git}
|
||||
resolution: {tarball: https://codeload.github.com/tauri-apps/tauri-plugin-log/tar.gz/9075595196d5a66f8f3265d2aaf7e2ffeb4cb2ab}
|
||||
name: tauri-plugin-log-api
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
@ -5551,7 +5551,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
github.com/tauri-apps/tauri-plugin-websocket/c085eb80347e66433570322b8c62028b804dfeef:
|
||||
resolution: {commit: c085eb80347e66433570322b8c62028b804dfeef, repo: https://git@github.com/tauri-apps/tauri-plugin-websocket.git, type: git}
|
||||
resolution: {tarball: https://codeload.github.com/tauri-apps/tauri-plugin-websocket/tar.gz/c085eb80347e66433570322b8c62028b804dfeef}
|
||||
name: tauri-plugin-websocket-api
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user