Skip to content

Commit

Permalink
chore: remove usage of Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed May 7, 2022
1 parent df1385d commit 49af7e1
Show file tree
Hide file tree
Showing 4 changed files with 354 additions and 1,271 deletions.
8 changes: 4 additions & 4 deletions integrations/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@
},
"main": "./dist/index.js",
"scripts": {
"vscode:prepublish": "yarn build",
"vscode:prepublish": "pnpm build",
"build": "rimraf dist && tsc && node esbuild.js",
"prod": "cross-env PREVIEWJS_DEV=0 yarn vsce package --yarn && yarn dev:install && yarn dev:cleanup",
"dev": "cross-env PREVIEWJS_DEV=1 yarn vsce package --yarn && yarn dev:install && yarn dev:cleanup",
"dev:community": "cross-env PREVIEWJS_PACKAGE_NAME=@previewjs/app yarn dev",
"prod": "cross-env PREVIEWJS_DEV=0 pnpm vsce package --no-dependencies && pnpm dev:install && pnpm dev:cleanup",
"dev": "cross-env PREVIEWJS_DEV=1 pnpm vsce package --no-dependencies && pnpm dev:install && pnpm dev:cleanup",
"dev:community": "cross-env PREVIEWJS_PACKAGE_NAME=@previewjs/app pnpm dev",
"dev:install": "code --install-extension previewjs-1.7.0.vsix --force",
"dev:cleanup": "rimraf previewjs-1.7.0.vsix"
},
Expand Down
Loading

0 comments on commit 49af7e1

Please sign in to comment.