Skip to content

Commit

Permalink
feat(repo): add build and release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
draconisNoctis committed Jul 2, 2024
1 parent 80729b1 commit 2567d3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"scripts": {
"build": "turbo build",
"changeset": "changeset",
"do-release": "turbo run build && changeset publish",
"docs": "typedoc",
"lint": "turbo run lint",
"lint:changed": "turbo run lint:changed",
"lint:staged": "turbo run lint:staged",
"prepare": "husky",
"test": "turbo run test"
"test": "turbo run test",
"version": "changeset version"
},
"devDependencies": {
"@a38/biome-config": "0.0.1",
Expand Down
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": { "outputs": ["lib"] },
"test": { "outputs": [] },
"lint": { "outputs": [] },
"lint:staged": { "outputs": [] },
Expand Down

0 comments on commit 2567d3d

Please sign in to comment.