Skip to content

Commit

Permalink
Merge pull request #3 from kalwabed/pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwabed authored Aug 7, 2022
2 parents b7161a3 + 396359a commit f0d3d3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "vite sync",
"vercel-build": "prisma generate && yarn build && yarn vercel-postbuild",
"vercel-postbuild": "cp node_modules/@prisma/engines/*query* .vercel_build_output/functions/node/render/;cp prisma/schema.prisma .vercel_build_output/functions/node/render/"
"vercel-build": "prisma generate && yarn build"
},
"devDependencies": {
"@sveltejs/adapter-vercel": "1.0.0-next.66",
Expand Down
1 change: 0 additions & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import adapter from '@sveltejs/adapter-vercel';
import sveltePreprocess from 'svelte-preprocess';
import Unocss from 'unocss/vite';
import { mdsvex } from 'mdsvex';

import mdsvexConfig from './mdsvex.config.js';
Expand Down

1 comment on commit f0d3d3d

@vercel
Copy link

@vercel vercel bot commented on f0d3d3d Aug 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.