mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-03 10:19:14 +00:00
6 lines
241 B
PowerShell
6 lines
241 B
PowerShell
|
cd C:\Users\trwg1\sp-dev-fx-webparts\samples\react-private-libraries\scripts\
|
||
|
#connect-pnponline -Url "https://russellwgove.sharepoint.com/sites/deleteme"
|
||
|
$it=Get-Content '.\rfx.json'-Raw
|
||
|
Add-PNPSiteScript -Title "RFx Lists" -Content $it
|
||
|
|