Skip to content

Commit

Permalink
release: integrations/vscode@1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Jan 17, 2023
1 parent 4d9968f commit 6a32f73
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.17.1",
"version": "1.17.2",
"license": "https://previewjs.com/eula",
"author": {
"name": "François Wouts",
Expand Down Expand Up @@ -88,10 +88,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.17.1.vsix && tsc && node esbuild.js && shx cp -rL ../../loader/node_modules/pnpm dist/pnpm && shx cp -rL ../../loader/src/release/* dist/",
"build": "cd ../.. && turbo run build --scope=@previewjs/daemon --no-deps --include-dependencies && cd integrations/vscode && rimraf dist previewjs-1.17.2.vsix && tsc && node esbuild.js && shx cp -rL ../../loader/node_modules/pnpm dist/pnpm && shx cp -rL ../../loader/src/release/* dist/",
"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.17.1.vsix --force"
"dev:install": "pnpm vsce package --no-dependencies && code --install-extension previewjs-1.17.2.vsix --force"
},
"devDependencies": {
"@previewjs/daemon": "*",
Expand Down

0 comments on commit 6a32f73

Please sign in to comment.