mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-21 13:35:12 +00:00
fix some linting in frontends
This commit is contained in:
parent
2ecaa57cd5
commit
3cec5f927e
5 changed files with 7 additions and 7 deletions
|
@ -20,9 +20,9 @@ testCommit:
|
||||||
- pnpm install --frozen-lockfile
|
- pnpm install --frozen-lockfile
|
||||||
- pnpm run build
|
- pnpm run build
|
||||||
- pnpm run migrate
|
- pnpm run migrate
|
||||||
- pnpm run --filter='!megalodon' --workspace-concurrency=1 test
|
- pnpm run --filter='!megalodon' test
|
||||||
- pnpm run --filter=backend lint
|
- pnpm run --filter=backend --filter=misskey-js lint
|
||||||
- pnpm run --filter=frontend eslint
|
- pnpm run --filter=frontend --filter=frontend-embed eslint
|
||||||
cache:
|
cache:
|
||||||
key: test
|
key: test
|
||||||
policy: pull-push
|
policy: pull-push
|
||||||
|
|
|
@ -168,7 +168,7 @@ const exportData = () => {
|
||||||
};
|
};
|
||||||
|
|
||||||
watch([
|
watch([
|
||||||
enableCondensedLineForAcct,
|
enableCondensedLine,
|
||||||
], async () => {
|
], async () => {
|
||||||
await reloadAsk();
|
await reloadAsk();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue