Skip to content

Commit

Permalink
update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick80 committed Apr 24, 2024
1 parent d03916f commit 92dc7f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: 20
- name: 📥 Download deps
uses: bahmutov/npm-install@v1
uses: bahmutov/npm-install@v1

- name: 🚀 install tsx
run: npm install tsx
Expand Down
5 changes: 2 additions & 3 deletions scripts/prebuild.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { prisma } from '~/.server/prisma.server'
import { getAllPostContent } from '~/.server/update-content.server'

import { prisma } from '../app/.server/prisma.server'
import { getAllPostContent } from '../app/.server/update-content.server'
async function getThings() {
const content = getAllPostContent()
if (!content) throw new Error('No content found')
Expand Down

0 comments on commit 92dc7f0

Please sign in to comment.