Skip to content

Commit 30154bc

Browse files
committed
2.x: Removed D8|9 as options, forced yarn non production
1 parent fd55b1a commit 30154bc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ce-dev-devel-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: 20
2323
- name: Install modules
24-
run: yarn
24+
run: yarn install --production=false
2525
# Uses https://oclif.io/
2626
# Not strictly necessary here, but ensures the packing works
2727
- name: Pack the JS

src/commands/create.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ export default class CreateCmd extends BaseCmd {
7474
if (!template) {
7575
const response = await inquirer.prompt([{
7676
choices: [
77-
'drupal8',
78-
'drupal9',
7977
'drupal10',
8078
'localgov',
8179
'blank',

0 commit comments

Comments
 (0)