File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Package.BlazorComponentLibrary/Components Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,16 @@ jobs:
119119 - name : Restore NuGet Packages for Specifically the BCL Package Library Project
120120 run : dotnet restore Package.BlazorComponentLibrary/Package.BlazorComponentLibrary.csproj
121121
122-
122+ - name : Set up Node.js so we have gulp for retrieving TEL Frontend Css
123+ uses : actions/setup-node@v4
124+ with :
125+ node-version : ' 20'
126+
127+ - name : Install npm packages so we have gulp for retrieving TEL Frontend Css
128+ working-directory : ./Package.BlazorComponentLibrary
129+ run : npm ci
130+ # CI is an install with adhering to package-lock
131+
123132 - name : Build and Pack BlazorComponentLibrary
124133 run : |
125134 dotnet build Package.BlazorComponentLibrary -c Release \
Original file line number Diff line number Diff line change 11<h3 >Simple Counter</h3 >
22<h1 class =" nhsuk-tag--red" >!!!!!! If im red we are getting nhsuk-tag-red !!!!!!</h1 >
3+ <h1 class =" scoped-css-simple-counter-red" >if im red we have scoped css (though for our scenario we probably will solely rely on nhsuk)</h1 >
34change
45<b >version from build process</b >
56<span class =" version-display" >@Package.BlazorComponentLibrary.BCLVersion.VersionInfo.Version </span >
Original file line number Diff line number Diff line change 22 color : blue;
33 font-size : 24px ;
44}
5-
5+ .scoped-css-simple-counter-red {
6+ color : red;
7+ }
68button {
79 background-color : lightblue;
810 color : white;
You can’t perform that action at this time.
0 commit comments