Skip to content

Commit

Permalink
Removed pnpm link from scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ekenigs committed Jul 26, 2024
1 parent 679175a commit 8cebc5b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"scripts": {
"build": "tsup",
"dev": "pnpm run build -- --watch",
"link": "pnpm ln",
"lint": "eslint ./src --ext .js,.ts",
"lint:fix": "pnpm run lint -- --fix",
"typecheck": "tsc --noEmit",
Expand Down
1 change: 0 additions & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"scripts": {
"build": "tsup",
"dev": "pnpm run build -- --watch",
"link": "pnpm ln",
"lint": "eslint ./src --ext .js,.ts",
"lint:fix": "pnpm run lint -- --fix",
"typecheck": "tsc --noEmit",
Expand Down
1 change: 0 additions & 1 deletion packages/mrl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"scripts": {
"build": "tsup",
"dev": "pnpm run build -- --watch",
"link": "pnpm ln",
"lint": "eslint ./src --ext .js,.ts",
"lint:fix": "pnpm run lint -- --fix",
"prepack": "prettier --write build/index.d.ts"
Expand Down
1 change: 0 additions & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"scripts": {
"build": "tsup",
"dev": "pnpm run build -- --watch",
"link": "pnpm ln",
"lint": "eslint ./src --ext .js,.ts",
"lint:fix": "pnpm run lint -- --fix",
"typecheck": "tsc --noEmit",
Expand Down
1 change: 0 additions & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"scripts": {
"build": "tsup",
"dev": "pnpm run build -- --watch",
"link": "pnpm ln",
"lint": "eslint ./src --ext .js,.ts",
"lint:fix": "pnpm run lint -- --fix",
"test": "vitest --run",
Expand Down
1 change: 0 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"scripts": {
"build": "tsup",
"dev": "pnpm run build -- --watch",
"link": "pnpm ln",
"lint": "eslint . --ext .js,.ts",
"lint:fix": "pnpm run lint -- --fix",
"typecheck": "tsc --noEmit",
Expand Down

0 comments on commit 8cebc5b

Please sign in to comment.