Skip to content

Commit a964ee0

Browse files
authored
Merge pull request #18 from dev-phantom/cicd
fix: use file: protocol for local workspace dependencies
2 parents 08bd302 + d8f98a4 commit a964ee0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"homepage": "https://github.com/dev-phantom/jetstart#readme",
3838
"dependencies": {
39-
"@jetstart/shared": "*",
39+
"@jetstart/shared": "file:../shared",
4040
"axios": "^1.6.2",
4141
"chalk": "^4.1.2",
4242
"commander": "^11.1.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/dev-phantom/jetstart#readme",
3535
"dependencies": {
36-
"@jetstart/shared": "*",
36+
"@jetstart/shared": "file:../shared",
3737
"express": "^4.18.2",
3838
"ws": "^8.14.2",
3939
"chokidar": "^3.5.3",

0 commit comments

Comments
 (0)