Skip to content

Commit

Permalink
Merge branch 'stage'
Browse files Browse the repository at this point in the history
  • Loading branch information
fcv-iteratorIt committed Mar 5, 2024
2 parents 774133b + fef516b commit d4626eb
Show file tree
Hide file tree
Showing 80 changed files with 15,664 additions and 17,257 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-pr.action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-node@v3
name: Set NodeJS version
with:
node-version: 14
node-version: 18
- name: Install packages
run: "npm ci"
- name: Build source
Expand Down
4 changes: 0 additions & 4 deletions .prettierrc

This file was deleted.

11 changes: 11 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
trailingComma: "es5",
tabWidth: 4,
printWidth: 120,
semi: true,
singleQuote: false,
useTabs: false,
bracketSpacing: true,
arrowParens: "avoid",
endOfLine: "auto",
};
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Based on https://mherman.org/blog/dockerizing-an-angular-app/
# base image
FROM node:14-alpine as DEV
FROM node:16-alpine as DEV

# removed this for now
# install chrome for protractor tests
Expand Down
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"assets": [
"src/favicon.ico",
"src/assets",
{ "glob": "**/*", "input": "node_modules/monaco-editor", "output": "assets/monaco-editor" }
{ "glob": "**/*", "input": "node_modules/monaco-editor", "output": "/assets/monaco/" }
],
"styles": [
"./node_modules/animate.css/animate.min.css",
Expand Down
Loading

0 comments on commit d4626eb

Please sign in to comment.