Skip to content

Commit

Permalink
build: Build only changed packages using Lerna for local test develop… (
Browse files Browse the repository at this point in the history
#1250)

Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek authored Apr 10, 2024
1 parent 19efe38 commit 4fcedf8
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 @@ -12,7 +12,7 @@
"build": "npx lerna run build",
"build:changed": "npx lerna run build --since main",
"test": "npm run ui-test --workspace=extester-test",
"test:build": "npm run build && npm install --workspace=extester-test && npm test"
"test:build": "npm run build:changed && npm install --workspace=extester-test && npm test"
},
"workspaces": [
"packages/*",
Expand Down

0 comments on commit 4fcedf8

Please sign in to comment.