Skip to content

Commit

Permalink
chore: remove last traces of drupal modules (hosted on d.o)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Nov 20, 2023
1 parent 917cdfb commit 73e1c6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
- name: Build packages
run: pnpm build

- name: Add drupal.org ssh key
run: ssh-keyscan git.drupal.org >> ~/.ssh/known_hosts

- name: Run static tests
run: pnpm test:static

Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

## What is this?

This is the the Amazee Labs _Silverback_ monorepo. A central hub for opens source packages and tools.
This is the the Amazee Labs _Silverback_ monorepo. A central hub for opens
source packages and tools.

## Directory structure

- `packages/npm`: npm packages
- `packages/composer`: composer php packages and drupal modules
- `packages/composer`: composer php packages
- `apps`: applications that use the two above

## Setup locally
Expand All @@ -17,7 +18,8 @@ This is the the Amazee Labs _Silverback_ monorepo. A central hub for opens sourc
- Git
- pnpm
- Composer
- [direnv](https://direnv.net/docs/installation.html) (don't forget about the [hook installation](https://direnv.net/docs/hook.html)!)
- [direnv](https://direnv.net/docs/installation.html) (don't forget about the
[hook installation](https://direnv.net/docs/hook.html)!)

### Setup

Expand Down

0 comments on commit 73e1c6e

Please sign in to comment.