Skip to content

Commit 1c9ce18

Browse files
committed
dumb things down for npm?
1 parent b22f6a6 commit 1c9ce18

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
@@ -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/{client,server}.d.ts build",
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",
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)