Skip to content

Commit 0c229f4

Browse files
tylersayshiTkDodo
andauthoredApr 9, 2025··
Revert "chore(paths): use customConditions to define internal imports… (#8973)
* Revert "chore(paths): use customConditions to define internal imports (#8935)" This reverts commit 8e0c6b7. * fix export * refactor: make test:lib depend on compile again --------- Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
1 parent 7d3a1a3 commit 0c229f4

File tree

68 files changed

+248
-85
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+248
-85
lines changed
 

Diff for: ‎nx.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"test:lib": {
4747
"cache": true,
48-
"dependsOn": ["^build"],
48+
"dependsOn": ["^compile"],
4949
"inputs": ["default", "^production"],
5050
"outputs": ["{projectRoot}/coverage"]
5151
},

Diff for: ‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"premove": "^4.0.0",
5959
"prettier": "^3.4.2",
6060
"prettier-plugin-svelte": "^3.3.2",
61-
"publint": "^0.3.10",
61+
"publint": "^0.2.12",
6262
"react": "^19.0.0",
6363
"react-dom": "^19.0.0",
6464
"sherif": "^1.0.0",
@@ -73,6 +73,7 @@
7373
"typescript56": "npm:typescript@5.6",
7474
"typescript57": "npm:typescript@5.7",
7575
"vite": "^6.2.4",
76+
"vite-tsconfig-paths": "^5.1.4",
7677
"vitest": "^3.1.1"
7778
},
7879
"pnpm": {

0 commit comments

Comments
 (0)
Please sign in to comment.