Skip to content

Commit 7c5115f

Browse files
feat: added nx
1 parent 891a903 commit 7c5115f

File tree

3 files changed

+746
-17
lines changed

3 files changed

+746
-17
lines changed

docs/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,19 @@
3333
"@types/react-dom": "^19.0.4",
3434
"express": "^4.21.2",
3535
"hono": "^4.7.4",
36-
"muppet": "^0.1.0",
36+
"muppet": "workspace:*",
3737
"postcss": "^8.5.3",
3838
"tailwindcss": "^4.0.14",
3939
"typescript": "^5.8.2",
4040
"zod": "^3.24.2"
41+
},
42+
"nx": {
43+
"targets": {
44+
"build": {
45+
"dependsOn": [
46+
"^build"
47+
]
48+
}
49+
}
4150
}
4251
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"husky": "^9.1.7",
1313
"is-ci": "^4.1.0",
1414
"nano-staged": "^0.8.0",
15+
"nx": "^20.6.2",
1516
"typescript": "^5.8.2"
1617
},
1718
"packageManager": "[email protected]+sha256.9cebf61abd83f68177b29484da72da9751390eaad46dfc3072d266bfbb1ba7bf"

0 commit comments

Comments
 (0)