Skip to content

Commit

Permalink
chore: update build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed May 15, 2024
1 parent ebed0e4 commit 93b6c28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
"name": "sesamy-ts",
"version": "0.0.0",
"scripts": {
"clean": "turbo run clean",
"build": "turbo run build --cache-dir=.turbo",
"lint": "biome check ./",
"lint:fix": "biome check --apply ./",
"test": "turbo run test",
"type-check": "turbo type-check",
"clean": "turbo run clean"
"publish-packages": "turbo run build lint test && changeset version && changset publish"
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
Expand Down
4 changes: 4 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**", "!.next/cache/**"]
},
"test": {},
"test:watch": {
"cache": false
},
"type-check": {},
"dev": {
"cache": false,
Expand Down

0 comments on commit 93b6c28

Please sign in to comment.