Skip to content

Commit ad57fa1

Browse files
authored
fix up package type names (#1527)
1 parent e72f8cc commit ad57fa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"start:dev": "run-p start:client start:server",
1818
"dist:chrome": "npm run build -- --env TARGET=chrome && tsx build.ts chrome",
1919
"dist:firefox": "npm run build -- --env TARGET=firefox && tsx build.ts firefox",
20-
"dist:vscode": "npm run build -- --env TARGET=vscode && cp ./dist/src/extension/vscode/server.d.ts ./dist/src/extension/vscode/client.d.ts build",
20+
"dist:vscode": "npm run build -- --env TARGET=vscode && cp ./dist/src/extension/vscode/server.d.ts build/vscode-server.d.ts && cp ./dist/src/extension/vscode/client.d.ts build/vscode-client.d.ts",
2121
"build": "npm run clean && webpack --env NODE_ENV=production --progress",
2222
"build:dev": "npm run clean && webpack --env NODE_ENV=development --progress",
2323
"clean": "rimraf build && rimraf dist && mkdir build && rimraf *.zip",

0 commit comments

Comments
 (0)