Skip to content

Commit

Permalink
Removed the update-types script from realm-web
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Jun 23, 2023
1 parent 93f4159 commit 5824b15
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
11 changes: 0 additions & 11 deletions packages/realm-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"bundle": {
"command": "rollup --config",
"dependencies": [
"update-types",
"generate-types"
],
"files": [
Expand All @@ -40,7 +39,6 @@
"generate-types": {
"command": "tsc --project src/dom/tsconfig.json --declaration --emitDeclarationOnly --declarationDir types/generated",
"dependencies": [
"update-types",
"../realm-common:bundle",
"../realm-network-transport:bundle"
],
Expand All @@ -53,15 +51,6 @@
"types/generated"
]
},
"update-types": {
"command": "ts-node --project scripts/tsconfig.json scripts/update-types.ts",
"files": [
"../../types"
],
"output": [
"types/realm"
]
},
"docs": {
"command": "typedoc",
"dependencies": [
Expand Down
33 changes: 0 additions & 33 deletions packages/realm-web/scripts/update-types.ts

This file was deleted.

0 comments on commit 5824b15

Please sign in to comment.