Skip to content

Commit

Permalink
Merge pull request #159 from VagrantAI-c/development
Browse files Browse the repository at this point in the history
RELEASE
  • Loading branch information
VagrantAI-c authored May 20, 2023
2 parents cabded4 + 347909d commit 61eeb6e
Show file tree
Hide file tree
Showing 27 changed files with 24,673 additions and 17,064 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ jobs:
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest

env:
CHROME_BIN: /usr/bin/chromium-browser

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install NodeJS
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18.x
- name: Clean install
run: npm ci
- name: Lint
Expand All @@ -51,5 +51,5 @@ jobs:
run: npm run build:gh
- name: Publish Github Pages
run: npm run publish-demo
env:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11 changes: 10 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@
}
],
"sourceMap": false,
"optimization": true
"optimization": true,
"buildOptimizer": true
}
}
},
Expand Down Expand Up @@ -234,5 +235,13 @@
},
"cli": {
"analytics": "3fb2613e-8ab5-4236-a886-853dcd1a96f8"
},
"schematics": {
"@angular-eslint/schematics:application": {
"setParserOptionsProject": true
},
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
}
}
}
3 changes: 2 additions & 1 deletion karma-headless.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ module.exports = function (config) {
},
},
singleRun: true,
failOnEmptyTestSuite: false,
});
};
};
Loading

0 comments on commit 61eeb6e

Please sign in to comment.