Skip to content

Commit

Permalink
chore: post cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac committed Jan 31, 2024
1 parent eb7b8fd commit 79352b2
Show file tree
Hide file tree
Showing 55 changed files with 5 additions and 5,568 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Design System components in React, usually built with Vite.
Before you begin, ensure you have the following installed on your system:

- Node.js
- Yarn

### How to get started

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

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

```
setup:
yarn install
```

To build the project, you can use the following command:
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.

```
build: install
yarn run build-all
setup:
npm install
```

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

```
format-check:
yarn run format:check
npm run format:check
```

To automatically fix formatting issues, you can run

```
format-fix:
yarn run format:write
npm run format:write
```

> [!NOTE]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
"files": [
"dist"
],
"workspaces": [
"!apps/design-system",
"!apps/next-12"
],
"scripts": {
"build": "NODE_ENV=production tsup",
"commit": "cz",
Expand Down
5,553 changes: 0 additions & 5,553 deletions yarn.lock

This file was deleted.

0 comments on commit 79352b2

Please sign in to comment.