🐛 fix: fix build actions
parent
2a52e0c5a8
commit
ea62ee2045
|
|
@ -47,9 +47,6 @@ jobs:
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: pnpm run build
|
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
id: release
|
id: release
|
||||||
run: pnpm run release
|
run: pnpm run release
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -16,7 +16,7 @@ const App = memo(() => {
|
||||||
formatPrompt();
|
formatPrompt();
|
||||||
setLoading(false);
|
setLoading(false);
|
||||||
});
|
});
|
||||||
onUiUpdate(() => {
|
onUiTabChange(() => {
|
||||||
setCurrentTab();
|
setCurrentTab();
|
||||||
});
|
});
|
||||||
}, []);
|
}, []);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue