Skip to content

Commit 189b67c

Browse files
authored
Merge pull request #474 from layer5io/473-post-cleanup
chore: post cleanup
2 parents 48d4eae + 63060fd commit 189b67c

55 files changed

Lines changed: 5 additions & 21415 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Design System components in React, usually built with Vite.
2020
Before you begin, ensure you have the following installed on your system:
2121

2222
- Node.js
23-
- Yarn
2423

2524
### How to get started
2625

@@ -32,30 +31,25 @@ Make sure you have `npm` on `node@16` and above. The CI workflows checks for in
3231

3332
To set up the project, run the following command to install dependencies:
3433

35-
```
36-
setup:
37-
yarn install
38-
```
39-
40-
To build the project, you can use the following command:
34+
Please note that at this time, `npm install` will also build the project as the first step. This is to ensure that this is building correctly before moving to a task.
4135

4236
```
43-
build: install
44-
yarn run build-all
37+
setup:
38+
npm install
4539
```
4640

4741
To check if your code meets the formatting standards, you can run:
4842

4943
```
5044
format-check:
51-
yarn run format:check
45+
npm run format:check
5246
```
5347

5448
To automatically fix formatting issues, you can run
5549

5650
```
5751
format-fix:
58-
yarn run format:write
52+
npm run format:write
5953
```
6054

6155
> [!NOTE]

apps/design-system/.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/design-system/.eslintrc.cjs

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

apps/design-system/.gitignore

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

apps/design-system/.storybook/main.ts

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

apps/design-system/.storybook/preview.ts

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

apps/design-system/README.md

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

apps/design-system/index.html

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

0 commit comments

Comments
 (0)