Skip to content

Commit

Permalink
Merge pull request #33 from episerver/feature/AFORM-3654-Update-readme.…
Browse files Browse the repository at this point in the history
…md

Update readme.md
  • Loading branch information
hungoptimizely authored Nov 8, 2023
2 parents b2121fe + 439039d commit 6d16bc5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
Binary file modified README.md
Binary file not shown.
2 changes: 1 addition & 1 deletion package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@
"license": "ISC",
"private": true,
"scripts": {
"setup-database": "setup.cmd",
"setup-backend":"npm run setup -w managementsite",
"setup-react-app":"npm install -w sample-react-app",
"setup-forms-sdk":"npm install -w @optimizely/forms-sdk",
"setup-forms-react":"npm install -w @optimizely/forms-react",
"setup":"npm run setup-forms-sdk && npm run setup-forms-react && npm run setup-react-app",
"setup":"npm run setup-forms-sdk && npm run setup-forms-react && npm run setup-react-app && npm run setup-backend && npm run setup-database",

"build-backend":"npm run build -w managementsite",
"build-forms-sdk":"npm run build -w @optimizely/forms-sdk",
"build-forms-react":"npm run build -w @optimizely/forms-react",
"build": "npm run build-forms-sdk && npm run build-forms-react",
Expand Down
2 changes: 1 addition & 1 deletion samples/ManagementSite/Alloy.ManagementSite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="EPiServer.CMS.UI.VisitorGroups" Version="12.22.7" />
<PackageReference Include="EPiServer.CMS.UI.AspNetIdentity" Version="12.22.7" />
<PackageReference Include="EPiServer.ImageLibrary.ImageSharp" Version="2.0.1" />
<PackageReference Include="Optimizely.Headless.Form.Service" Version="0.1.0--inte-123" />
<PackageReference Include="Optimizely.Headless.Form.Service" Version="0.1.0--inte-148" />
<PackageReference Include="Optimizely.Cms.Content.EPiServer" Version="0.3.1" />
<PackageReference Include="EPiServer.Forms" Version="5.6.1-feature-AFORM-3540-021035" />
</ItemGroup>
Expand Down
4 changes: 3 additions & 1 deletion samples/ManagementSite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "dotnet run"
"start": "dotnet run",
"setup": "dotnet restore",
"build": "dotnet build"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 6d16bc5

Please sign in to comment.