Skip to content

Commit

Permalink
build: revert back to the original
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Dec 5, 2024
1 parent f7ae57d commit 804f025
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": "cd ../sdk-router && npm run build && cd - && ln -sfn ../../../sdk-router node_modules/@synapsecns/sdk-router && tsc",
"build": "tsc",
"build:go": " ",
"build:slither": " ",
"dev": "NODE_ENV=development nodemon --watch src --exec ts-node src/app.ts",
Expand Down

0 comments on commit 804f025

Please sign in to comment.