Skip to content

Commit

Permalink
Merge pull request #4 from ubiquity-os/development
Browse files Browse the repository at this point in the history
Merge development into main
  • Loading branch information
gentlementlegen authored Nov 7, 2024
2 parents ab9f181 + fa15f9d commit e53fff5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To set up the project locally, `bun` is the preferred package manager.

2. Build the SDK
```
bun build
bun sdk:build
```
3. Link it locally to another plugin
```
Expand All @@ -39,7 +39,7 @@ To set up the project locally, `bun` is the preferred package manager.

The project provides several npm scripts for various tasks:

- `bun run build`: Compiles the TypeScript code.
- `bun run sdk:build`: Compiles the TypeScript code.
- `bun run test`: Runs the tests.
- `bun run lint`: Runs the linter.
- `bun run format`: Formats the code using Prettier.
Expand Down
Binary file added bun.lockb
Binary file not shown.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dist"
],
"scripts": {
"build": "tsup",
"sdk:build": "tsup",
"format": "run-s format:lint format:prettier format:cspell",
"format:lint": "eslint --fix .",
"format:prettier": "prettier --write .",
Expand Down Expand Up @@ -93,6 +93,5 @@
"extends": [
"@commitlint/config-conventional"
]
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
}

0 comments on commit e53fff5

Please sign in to comment.