Skip to content

Commit 0a1f410

Browse files
authored
Merge pull request #192 from valor-software/updating_site
Merge pull request #192 from valor-software/updating_site
2 parents 37297af + f4c38e5 commit 0a1f410

109 files changed

Lines changed: 19920 additions & 29366 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/on-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
path: ${{ env.CACHE_NODE_MODULES_PATH }}
4343
key: node_modules-${{ hashFiles('**/package-lock.json') }}
44-
- run: npm ci
44+
- run: yarn install --immutable --immutable-cache --check-cache
4545
if: steps.cache.outputs.cache-hit != 'true'
4646

4747
# build valor-software-site-base

.github/workflows/on-push-or-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
path: ${{ env.CACHE_NODE_MODULES_PATH }}
4242
key: node_modules-${{ hashFiles('**/package-lock.json') }}
43-
- run: npm ci
43+
- run: yarn install --immutable --immutable-cache --check-cache
4444
if: steps.cache.outputs.cache-hit != 'true'
4545

4646
# build valor-software-site-base

.github/workflows/on_push_to_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
path: ${{ env.CACHE_NODE_MODULES_PATH }}
2424
key: node_modules-${{ hashFiles('**/package-lock.json') }}
25-
- run: npm ci
25+
- run: yarn install --immutable --immutable-cache --check-cache
2626
if: steps.cache.outputs.cache-hit != 'true'
2727
- run: |
2828
npx ng build --runner cloud --prod --skip-nx-cache

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
!.vscode/extensions.json
2727

2828
# misc
29+
/.angular/cache
2930
/.sass-cache
3031
/connect.lock
3132
/coverage

.scully/settings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ staticPort: 1668
44
reloadPort: 2667
55
hostName: localhost
66
projectName: valor-software-site
7-
homeFolder: /home/svetlana/projects/valor-software.github.io
7+
homeFolder: /Users/zackarychapple/code/valor-software.github.io
88
distFolder: dist/apps/valor-software-site
9-
outDir: /home/svetlana/projects/valor-software.github.io/dist/valor-software-site
9+
outDir: /Users/zackarychapple/code/valor-software.github.io/dist/valor-software-site
1010
handle404: ''
1111
allowErrorCollect: false

0 commit comments

Comments
 (0)