Skip to content

Commit

Permalink
Merge branch 'main' into new-scenario-on-upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lastminutediorama committed Aug 20, 2024
2 parents 8c2e8c2 + 6c9660d commit f8d7677
Show file tree
Hide file tree
Showing 59 changed files with 1,508 additions and 419 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/angular.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run lint

build:
Expand All @@ -47,7 +47,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run test:prod

storybook:
Expand All @@ -67,5 +67,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run build-storybook
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ taggit:
echo "Completed taggit"

install-dependencies-frontend:
cd src/interface && npm install
cd src/interface && npm install --legacy-peer-deps

compile-angular:
cd src/interface && npm run build -- --configuration production --output-path=./dist/out
Expand Down
1 change: 1 addition & 0 deletions src/interface/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"./node_modules/leaflet/dist/leaflet.css",
"./node_modules/maplibre-gl/dist/maplibre-gl.css",
"src/styles.scss"
],
"stylePreprocessorOptions": {
Expand Down
Loading

0 comments on commit f8d7677

Please sign in to comment.