Skip to content

Commit

Permalink
chore(scripts): parallelize verifying extension and webview dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantinos Maninakis <maninak@protonmail.com>
  • Loading branch information
maninak committed Apr 23, 2024
1 parent bc22fbd commit 0ab02f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@

- **patch-detail:** restore showing reactions to comments and revisions. Addresses regression caused due to a breaking change in Radicle HTTP API (httpd).

### 🏡 Chores

- **scripts:** parallelize verifying extension and webview dependencies (runs before each dev/build script)

-----

## **v0.4.0** (Feb 28th, 2023)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"scripts": {
"preinstall": "npx -y only-allow pnpm",
"vscode:prepublish": "npm run verify-deps && npm run lint && npm run test && npm run build",
"verify-deps": "npx npm-run-all -l verify-deps:*",
"verify-deps": "npx npm-run-all -pl verify-deps:*",
"verify-deps:extension": "npx pnpm i --frozen-lockfile --prefer-offline",
"verify-deps:webviews": "cd ./src/webviews && npm run verify-deps",
"compile:extension": "esbuild ./src/extension.ts --bundle --outfile=./dist/extension.js --external:vscode --format=cjs --platform=node --target=es2020",
Expand Down

0 comments on commit 0ab02f8

Please sign in to comment.