We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72f8cc commit ad57fa1Copy full SHA for ad57fa1
1 file changed
package.json
@@ -17,7 +17,7 @@
17
"start:dev": "run-p start:client start:server",
18
"dist:chrome": "npm run build -- --env TARGET=chrome && tsx build.ts chrome",
19
"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",
+ "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",
21
"build": "npm run clean && webpack --env NODE_ENV=production --progress",
22
"build:dev": "npm run clean && webpack --env NODE_ENV=development --progress",
23
"clean": "rimraf build && rimraf dist && mkdir build && rimraf *.zip",
0 commit comments