Skip to content

Commit a4d4692

Browse files
committed
Fix vercel.json generation
1 parent 9a15384 commit a4d4692

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"copy-and-serve": "cd packages/vscode-host && yarn copy-and-serve",
1111
"lint": "eslint --ext .ts ./packages/*/src/**/*.ts",
1212
"lint:fix": "pnpm lint -- --fix",
13-
"prepare-deploy": "cp ./vercel.json ./packages/vscode-host/dist",
13+
"prepare-deploy": "cp ./vercel.json ./packages/vscode-host/dist && cp ./vercel.json /packages/entrypoint/dist",
1414
"test": "mocha",
1515
"check": "pnpm test && pnpm lint"
1616
},

packages/entrypoint/public/vercel.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)