Skip to content

Commit bea350c

Browse files
committed
remove old deploy action
1 parent 255bc93 commit bea350c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

apps/converter-frontend/pages/authors.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ import useSWR from 'swr'
66
import { PublicationData } from '../components/publications-list/publication-data'
77
import { VStack } from '../components/stack/stack'
88
import qs from 'querystring'
9-
// export interface AuthorPageProps {
10-
// //
11-
// }
129

1310
function AuthorPage() {
1411
// props: AuthorPageProps

nx.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@
3737
"defaultProject": "jote",
3838
"tasksRunnerOptions": {
3939
"default": {
40-
"runner": "nx/tasks-runners/default",
40+
"runner": "@vercel/remote-nx",
4141
"options": {
42-
"cacheDirectory": "/tmp/nx-cache",
4342
"cacheableOperations": ["build", "lint", "test", "e2e"]
4443
}
4544
}

0 commit comments

Comments
 (0)