Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .azure-pipelines/generate-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@ stages:
$paths = @(
".azure-pipelines/generate-docs.yaml",
"packages/components/*",
"packages/testing/*",
"packages/opentelemetry/*",
"apps/test-app/*",
"apps/full-stack-tests/src/components/*",
"apps/full-stack-tests/src/testing/*"
"apps/full-stack-tests/src/components/*"
)
$sourceBranch = "origin/$(System.PullRequest.SourceBranch)"
$targetBranch = "origin/$(System.PullRequest.targetBranchName)"
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,12 @@ jobs:
run: pnpm install --no-frozen-lockfile

- name: Build packages
run: pnpm lage build --to @itwin/presentation-components @itwin/presentation-testing @itwin/presentation-core-interop --grouped
run: pnpm lage build --to @itwin/presentation-components @itwin/presentation-core-interop --grouped

- name: Pack components
run: pnpm pack
working-directory: packages/components

- name: Pack testing
run: pnpm pack
working-directory: packages/testing

- name: Pack core-interop
run: pnpm pack
working-directory: packages/core-interop
Expand Down
4 changes: 0 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,6 @@ echo "Packing presentation-components"
cd packages/components
pnpm pack

echo "Packing presentation-testing"
cd ../testing
pnpm pack

echo "Packing presentation-core-interop"
Comment thread
grigasp marked this conversation as resolved.
cd ../core-interop
pnpm pack
Expand Down
12 changes: 0 additions & 12 deletions packages/testing/.npmignore

This file was deleted.

Loading
Loading