Skip to content

Commit

Permalink
Merge pull request #85 from IQSS/feature/12-add-version-number-to-footer
Browse files Browse the repository at this point in the history
12 - Add version number to footer
  • Loading branch information
kcondon authored May 11, 2023
2 parents 112beb9 + ed9dbb0 commit 25e87a9
Show file tree
Hide file tree
Showing 38 changed files with 13,646 additions and 10,136 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
cache: 'npm'

- name: Install Dependencies
run: npm install
run: rm package-lock.json && npm install

- name: Lint
run: npm run lint
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# cache: 'npm'

# - name: Install Dependencies
# run: npm install
# run: rm package-lock.json && npm install

# - name: Create and populate .env file
# env:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
cache: 'npm'

- name: Install Dependencies
run: npm install
run: rm package-lock.json && npm install

- name: Cypress run
uses: cypress-io/github-action@v4
Expand All @@ -66,7 +66,7 @@ jobs:
cache: 'npm'

- name: Install Dependencies
run: npm install
run: rm package-lock.json && npm install

- name: Build Storybook
run: npm run build-storybook --quiet
Expand Down
Loading

0 comments on commit 25e87a9

Please sign in to comment.