0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00

Moved Admin-X-Settings to apps/ folder

refs https://github.com/TryGhost/Toolbox/issues/594

- we're moving all the external apps into a different folder so we can
  keep `ghost/` for internal code
This commit is contained in:
Daniel Lockyer 2023-06-23 14:20:50 +02:00 committed by Daniel Lockyer
parent da72f8998e
commit 8c5e2a53a9
248 changed files with 8 additions and 8 deletions

2
.github/dev.js vendored
View file

@ -91,7 +91,7 @@ if (DASH_DASH_ARGS.includes('admin-x') || DASH_DASH_ARGS.includes('adminx') || D
commands.push({
name: 'adminX',
command: 'yarn dev',
cwd: path.resolve(__dirname, '../ghost/admin-x-settings'),
cwd: path.resolve(__dirname, '../apps/admin-x-settings'),
prefixColor: '#C35831',
env: {}
});

View file

@ -2,13 +2,13 @@ name: AdminX Settings Tests
on:
pull_request:
paths:
- 'ghost/admin-x-settings/**'
- 'apps/admin-x-settings/**'
push:
branches:
- main
- 'v5.*'
paths:
- 'ghost/admin-x-settings/**'
- 'apps/admin-x-settings/**'
env:
FORCE_COLOR: 1
concurrency:

10
.gitignore vendored
View file

@ -157,8 +157,8 @@ Caddyfile
tsconfig.tsbuildinfo
# Admin X
/ghost/admin-x-settings/dist
/ghost/admin-x-settings/dist-ssr
/ghost/admin-x-settings/test-results/
/ghost/admin-x-settings/playwright-report/
/ghost/admin-x-settings/playwright/.cache/
/apps/admin-x-settings/dist
/apps/admin-x-settings/dist-ssr
/apps/admin-x-settings/test-results/
/apps/admin-x-settings/playwright-report/
/apps/admin-x-settings/playwright/.cache/

View file

Before

(image error) Size: 1.5 KiB

After

(image error) Size: 1.5 KiB

Some files were not shown because too many files have changed in this diff Show more