Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Fix merge conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenk2 committed Oct 27, 2023
2 parents f9f7448 + 5e170f7 commit 0710859
Show file tree
Hide file tree
Showing 555 changed files with 76,235 additions and 7,758 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
FROM docker.cernerrepos.net/ion/ion-node:5
RUN npm install npm@9
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ runs:
run: npm run clean
- name: Install Dependencies
shell: bash
run: npm install
run: npm ci
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
npm run lint
- name: Testing Project
run: |
npm run jest
npm run jest:no-coverage
- if: github.event_name == 'pull_request'
name: Danger
uses: danger/[email protected]
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
env:
SITE: build/${{ matrix.theme }}
FORM_FACTOR: ${{ matrix.form-factor }}
run: npm run wdio-${{ matrix.theme }}
run: npm run wdio:${{ matrix.theme }}

release-and-deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
package-lock=false
package-lock=true
legacy-peer-deps=true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ npm run test
For example:
```sh
"scripts": {
"wdio-fusion": "terra wdio --disableSeleniumService=true --themes orion-fusion-theme",
"wdio:fusion": "terra wdio --disableSeleniumService=true --themes orion-fusion-theme",
}
```
- If any of the compose files were to be changed, you must refresh the docker container by deleting the corresponding existing docker images, then running the following command:
Expand Down
Loading

0 comments on commit 0710859

Please sign in to comment.