|
|
#!/bin/bash
|
||
|
|
|
||
|
|
pnpm --filter example-$2 $1
|
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
pnpm --filter example-$2 $1
|