Skip to content

Commit

Permalink
Revert "try to fix router install (#1201)"
Browse files Browse the repository at this point in the history
This reverts commit 0f13a1d.
  • Loading branch information
trajan0x committed Aug 1, 2023
1 parent 4c1af48 commit 67d6ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/sdk-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ci:lint": "npm run lint:check",
"lint:fix": "eslint . --fix --max-warnings=0 --ext ts --ext tsx --ext js --ext jsx",
"test:coverage": "tsdx test --coverage",
"preinstall": "tsdx build",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why",
"build:go": " ",
Expand Down
2 changes: 1 addition & 1 deletion packages/synapse-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "yarn add @synapsecns/sdk-router && next build",
"start": "next start",
"lint": "next lint",
"cypress:run": "start-server-and-test dev http://localhost:3000 \"cypress run --e2e\"",
Expand Down

0 comments on commit 67d6ef5

Please sign in to comment.