Skip to content

Commit

Permalink
release: integrations/vscode@1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed May 3, 2023
1 parent eb54692 commit 4d85c23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integrations/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "previewjs",
"version": "1.22.4",
"version": "1.22.5",
"license": "https://previewjs.com/eula",
"author": {
"name": "François Wouts",
Expand Down Expand Up @@ -93,10 +93,10 @@
"main": "./dist/index.js",
"scripts": {
"vscode:prepublish": "pnpm build",
"build": "cd ../.. && turbo run build --scope=@previewjs/daemon --no-deps --include-dependencies && cd integrations/vscode && rimraf dist previewjs-1.22.4.vsix && tsc && node esbuild.mjs",
"build": "cd ../.. && turbo run build --scope=@previewjs/daemon --no-deps --include-dependencies && cd integrations/vscode && rimraf dist previewjs-1.22.5.vsix && tsc && node esbuild.mjs",
"build:dev": "cross-env PREVIEWJS_PORT=9316 PREVIEWJS_MODULES_DIR=../../dev-workspace PREVIEWJS_PACKAGE_NAME=@previewjs/app pnpm build",
"build:dev:pro": "cross-env PREVIEWJS_PORT=9316 PREVIEWJS_MODULES_DIR=../../../previewjs-pro/dev-workspace PREVIEWJS_PACKAGE_NAME=@previewjs/pro pnpm build",
"dev:install": "pnpm vsce package --no-dependencies && code --install-extension previewjs-1.22.4.vsix --force"
"dev:install": "pnpm vsce package --no-dependencies && code --install-extension previewjs-1.22.5.vsix --force"
},
"devDependencies": {
"@previewjs/daemon": "workspace:*",
Expand Down

0 comments on commit 4d85c23

Please sign in to comment.