Skip to content

Commit

Permalink
build: another futile symlink attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Dec 5, 2024
1 parent b6af3df commit ec49410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=18.17.0"
},
"scripts": {
"build": "ln -sfn ../../packages/sdk-router ../../node_modules/@synapsecns/sdk-router && tsc",
"build": "ln -sfn ../../../sdk-router node_modules/@synapsecns/sdk-router && tsc",
"build:go": " ",
"build:slither": " ",
"dev": "NODE_ENV=development nodemon --watch src --exec ts-node src/app.ts",
Expand Down

0 comments on commit ec49410

Please sign in to comment.