Skip to content

Commit

Permalink
fix up package type names (#1527)
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas authored Sep 20, 2024
1 parent e72f8cc commit ad57fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"start:dev": "run-p start:client start:server",
"dist:chrome": "npm run build -- --env TARGET=chrome && tsx build.ts chrome",
"dist:firefox": "npm run build -- --env TARGET=firefox && tsx build.ts firefox",
"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",
"build": "npm run clean && webpack --env NODE_ENV=production --progress",
"build:dev": "npm run clean && webpack --env NODE_ENV=development --progress",
"clean": "rimraf build && rimraf dist && mkdir build && rimraf *.zip",
Expand Down

0 comments on commit ad57fa1

Please sign in to comment.