Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of drupal packages #1457

Merged
merged 2 commits into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
1 change: 0 additions & 1 deletion packages/composer/drupal/webform_jsonschema/.gitignore

This file was deleted.

71 changes: 0 additions & 71 deletions packages/composer/drupal/webform_jsonschema/CHANGELOG.md

This file was deleted.

60 changes: 0 additions & 60 deletions packages/composer/drupal/webform_jsonschema/README.md

This file was deleted.

25 changes: 0 additions & 25 deletions packages/composer/drupal/webform_jsonschema/composer.json

This file was deleted.

19 changes: 0 additions & 19 deletions packages/composer/drupal/webform_jsonschema/package.json

This file was deleted.

Loading
Loading