refactor: use link instead of file for local dependency

This commit is contained in:
2026-04-03 15:31:29 +08:00
parent b93cd2c3f9
commit 6daa77f6f9
3 changed files with 6 additions and 245 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
},
"devDependencies": {
"@preact/signals-core": "^1.5.1",
"boardgame-core": "file:../../../boardgame-core",
"boardgame-core": "link:../../../boardgame-core",
"mutative": "^1.3.0",
"phaser": "^3.80.1",
"preact": "^10.19.3",
+1 -1
View File
@@ -9,7 +9,7 @@
},
"dependencies": {
"@preact/signals-core": "^1.5.1",
"boardgame-core": "file:../../../boardgame-core",
"boardgame-core": "link:../../../boardgame-core",
"boardgame-phaser": "workspace:*",
"mutative": "^1.3.0",
"phaser": "^3.80.1",