Skip to content

Commit

Permalink
change link directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Oct 28, 2024
1 parent 8a033d4 commit e1059a2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"link": "pnpm ln --global",
"link": "pnpm ln ./",
"typecheck": "tsc --noEmit",
"test": "vitest --run",
"test:watch": "vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"link": "pnpm ln --global",
"link": "pnpm ln ./",
"typecheck": "tsc --noEmit",
"test": "vitest --run",
"test:watch": "vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"link": "pnpm ln --global",
"link": "pnpm ln ./",
"typecheck": "tsc --noEmit",
"test:acc": "vitest --run --testTimeout 300000 ./tests/acceptance",
"prepack": "prettier --write build/index.d.ts"
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"link": "pnpm ln --global",
"link": "pnpm ln ./",
"test": "vitest --run",
"test:watch": "vitest",
"test:update": "vitest -u",
Expand Down Expand Up @@ -39,4 +39,4 @@
"peerDependencies": {
"viem": "^2.20.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"link": "pnpm ln --global",
"link": "pnpm ln ./",
"typecheck": "tsc --noEmit",
"test": "vitest --run",
"test:watch": "vitest",
Expand Down

0 comments on commit e1059a2

Please sign in to comment.