Skip to content

Commit

Permalink
chore: update install script
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Aug 15, 2023
1 parent 7f7ad02 commit c29cf37
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 213 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions/test-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ runs:
using: 'composite'
steps:
- name: Install Dependencies
run: npm install
run: npm ci --only=production --ignore-scripts
working-directory: ./test
shell: bash

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- production
workflow_dispatch:
branches:
- 'production'

jobs:
Publish:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/merge-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Merge to Production

on:
workflow_dispatch:
branches:
- 'main'

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Snapshot Release

on:
workflow_dispatch:
branches:
- '!main'

jobs:
Publish:
Expand Down
65 changes: 0 additions & 65 deletions .github/workflows/visual-base-components-a.yml

This file was deleted.

76 changes: 0 additions & 76 deletions .github/workflows/visual-base-components-b.yml

This file was deleted.

65 changes: 0 additions & 65 deletions .github/workflows/visual-base-css.yml

This file was deleted.

1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c29cf37

Please sign in to comment.