Skip to content

Commit c6e556c

Browse files
authored
Merge pull request #9 from pie-framework/feat/PIE-447-mc
update docs and test multiple-choice release
2 parents cc3eed8 + 259eb4d commit c6e556c

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@pie-element/multiple-choice": patch
3+
---
4+
5+
multiple-choice release flow test

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ If you're a maintainer and need to sync changes from the upstream `pie-elements`
6060
```bash
6161
# 1. Clone upstream repositories as siblings (one-time setup)
6262
cd ..
63-
git clone https://github.com/PieLabs/pie-elements.git
64-
git clone https://github.com/PieLabs/pie-lib.git
63+
git clone https://github.com/pie-framework/pie-elements.git
64+
git clone https://github.com/pie-framework/pie-lib.git
6565
cd pie-elements-ng
6666

6767
# 2. Pull latest upstream changes

turbo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
33
"ui": "tui",
4+
"concurrency": "76",
45
"tasks": {
56
"build": {
67
"dependsOn": ["^build"],

0 commit comments

Comments
 (0)