Skip to content

Commit f9fa1e5

Browse files
committed
Fix typo in path
1 parent a4d4692 commit f9fa1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 && cp ./vercel.json /packages/entrypoint/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
},

0 commit comments

Comments
 (0)