Skip to content

Commit 9bbfacf

Browse files
Remove stand (#2155)
chore: remove stand
1 parent 48f1817 commit 9bbfacf

25 files changed

+0
-3047
lines changed

Makefile

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -510,42 +510,6 @@ install: check-node-version
510510
@guardian/source-development-kitchen\:verify-dist: env
511511
@corepack pnpm --filter @guardian/source-development-kitchen verify-dist
512512

513-
.PHONY: @guardian/stand\:build
514-
@guardian/stand\:build: env
515-
@corepack pnpm --filter @guardian/stand build
516-
517-
.PHONY: @guardian/stand\:build-storybook
518-
@guardian/stand\:build-storybook: env
519-
@corepack pnpm --filter @guardian/stand build-storybook
520-
521-
.PHONY: @guardian/stand\:dev
522-
@guardian/stand\:dev: env
523-
@corepack pnpm --filter @guardian/stand dev
524-
525-
.PHONY: @guardian/stand\:fix
526-
@guardian/stand\:fix: env
527-
@corepack pnpm --filter @guardian/stand fix
528-
529-
.PHONY: @guardian/stand\:lint
530-
@guardian/stand\:lint: env
531-
@corepack pnpm --filter @guardian/stand lint
532-
533-
.PHONY: @guardian/stand\:storybook
534-
@guardian/stand\:storybook: env
535-
@corepack pnpm --filter @guardian/stand storybook
536-
537-
.PHONY: @guardian/stand\:test
538-
@guardian/stand\:test: env
539-
@corepack pnpm --filter @guardian/stand test
540-
541-
.PHONY: @guardian/stand\:tsc
542-
@guardian/stand\:tsc: env
543-
@corepack pnpm --filter @guardian/stand tsc
544-
545-
.PHONY: @guardian/stand\:verify-dist
546-
@guardian/stand\:verify-dist: env
547-
@corepack pnpm --filter @guardian/stand verify-dist
548-
549513
.PHONY: github-pages\:build
550514
github-pages\:build: env
551515
@corepack pnpm --filter github-pages build

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ The following packages live in `libs/@guardian/*` and are published to NPM:
2727
- [@guardian/react-crossword](libs/@guardian/react-crossword)
2828
- [@guardian/source](libs/@guardian/source)
2929
- [@guardian/source-development-kitchen](libs/@guardian/source-development-kitchen)
30-
- [@guardian/stand](libs/@guardian/stand)
3130
- [@guardian/tsconfig](libs/@guardian/tsconfig)
3231

3332
<!-- END PUBLISHED_PACKAGES -->
@@ -201,18 +200,6 @@ Project-specific tasks are defined as `scripts` in their `package.json`, and can
201200
- `make @guardian/source-development-kitchen:tsc`
202201
- `make @guardian/source-development-kitchen:verify-dist`
203202

204-
#### @guardian/stand
205-
206-
- `make @guardian/stand:build`
207-
- `make @guardian/stand:build-storybook`
208-
- `make @guardian/stand:dev`
209-
- `make @guardian/stand:fix`
210-
- `make @guardian/stand:lint`
211-
- `make @guardian/stand:storybook`
212-
- `make @guardian/stand:test`
213-
- `make @guardian/stand:tsc`
214-
- `make @guardian/stand:verify-dist`
215-
216203
#### github-pages
217204

218205
- `make github-pages:build`

apps/storybooks/.storybook/main.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ const config: StorybookConfig = {
2929
// port set in libs/@guardian/react-crossword/package.json
3030
url: 'http://localhost:4403',
3131
},
32-
stand: {
33-
title: 'stand',
34-
// port set in libs/@guardian/stand/package.json
35-
url: 'http://localhost:4404',
36-
},
3732
};
3833
},
3934
};

libs/@guardian/stand/.storybook/main.ts

Lines changed: 0 additions & 21 deletions
This file was deleted.

libs/@guardian/stand/eslint.config.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

libs/@guardian/stand/jest.config.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

libs/@guardian/stand/jest.dist.setup.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

libs/@guardian/stand/package.json

Lines changed: 0 additions & 181 deletions
This file was deleted.

libs/@guardian/stand/rollup.config.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)