Skip to content

Commit

Permalink
build for beta003
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Apr 11, 2024
1 parent 888197e commit c62f20d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dist/build-package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Write-Host "Folder :" $outFolder
"----------------------------------"; ""

"Stamp version in umbraco-package.json"
$umbracoPackagePath = '../uSync.BackOffice.Management.Client/assets/public/umbraco-package.json'
$umbracoPackagePath = '../uSync.BackOffice.Management.Client/usync-assets/public/umbraco-package.json'
$packageJson = Get-Content $umbracoPackagePath -Raw | ConvertFrom-Json
$packageJson.Version = $fullVersion
$packageJson | ConvertTo-Json -Depth 32 | Set-Content $umbracoPackagePath
Expand Down Expand Up @@ -85,7 +85,7 @@ foreach($project in $projects) {
}

""; "##### Generating NPM Client Package"; "----------------------------------" ; ""
Set-Location ..\uSync.Backoffice.Management.Client\assets\
Set-Location ..\uSync.Backoffice.Management.Client\usync-assets\

npm version $fullVersion
npm run dist
Expand Down
6 changes: 3 additions & 3 deletions uSync.BackOffice.Targets/appsettings-schema.usync.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,12 @@
},
"DisableDashboard": {
"type": "boolean",
"description": "Disable the default dashboard (so people can't accedently press the buttons).",
"description": "Disable the default dashboard (so people can't accidently press the buttons).",
"default": "false"
},
"SummaryDashboard": {
"type": "boolean",
"description": "summerize results (for when there are loads and loads of items)\n ",
"description": "summarize results (for when there are loads and loads of items)\n ",
"default": "false"
},
"SummaryLimit": {
Expand Down Expand Up @@ -280,7 +280,7 @@
},
"FailOnMissingParent": {
"type": "boolean",
"description": "Imports should fail if the parent item is missing (if false, item be importated go a close as possible to location)",
"description": "Imports should fail if the parent item is missing (if false, item be imported go a close as possible to location)",
"default": false
},
"Group": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@jumoo/usync-assets",
"license": "MPL-2.0",
"type": "module",
"version": "14.0.0-beta002",
"version": "14.0.0-beta003",
"main": "./dist/usync.js",
"types": "./dist/index.d.ts",
"module": "./dist/usync.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "../umbraco-package-schema.json",
"name": "uSync",
"id": "usync",
"version": "14.0.0-beta002",
"version": "14.0.0-beta003",
"allowTelemetry": true,
"extensions": [
{
Expand Down

0 comments on commit c62f20d

Please sign in to comment.