Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update scripts
  • Loading branch information
Mrtenz committed Sep 9, 2024
commit 8de3ba7d348f847a3f90f0652f0c9ab40bbaf64a
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"lint": "yarn workspaces foreach --all --parallel run lint:eslint && yarn lint:misc --check && yarn lint:tsconfig && yarn constraints && yarn lint:dependencies",
"lint:fix": "yarn workspaces foreach --all --parallel run lint:eslint --fix && yarn lint:misc --write && yarn lint:tsconfig && yarn constraints --fix && yarn dedupe",
"lint:ci": "yarn lint:eslint && yarn lint:misc --check && yarn lint:tsconfig && yarn constraints && yarn lint:dependencies",
"build": "ts-bridge --project tsconfig.build.json --verbose",
"build:ci": "yarn build --clean",
"build": "ts-bridge --project tsconfig.build.json --verbose && yarn build:examples",
"build:ci": "ts-bridge --project tsconfig.build.json --verbose",
"build:examples": "yarn workspace @metamask/example-snaps build",
"clean": "yarn workspaces foreach --all --parallel --verbose run clean",
"test": "yarn workspaces foreach --all --parallel --verbose run test",
Expand Down
1 change: 0 additions & 1 deletion packages/snaps-simulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"@redux-saga/symbols": "^1.1.3",
"@swc/core": "1.3.78",
"@testing-library/react": "^14.0.0",
"@ts-bridge/cli": "^0.4.3",
"@types/express": "^4.17.17",
"@types/he": "^1.2.3",
"@types/jest": "^27.5.1",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
{ "path": "./packages/snaps-rollup-plugin/tsconfig.build.json" },
{ "path": "./packages/snaps-rpc-methods/tsconfig.build.json" },
{ "path": "./packages/snaps-sdk/tsconfig.build.json" },
{ "path": "./packages/snaps-simulator/tsconfig.build.json" },
{ "path": "./packages/snaps-utils/tsconfig.build.json" },
{ "path": "./packages/snaps-webpack-plugin/tsconfig.build.json" }
]
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
{ "path": "./packages/snaps-rollup-plugin" },
{ "path": "./packages/snaps-rpc-methods" },
{ "path": "./packages/snaps-sdk" },
{ "path": "./packages/snaps-simulator" },
{ "path": "./packages/snaps-utils" },
{ "path": "./packages/snaps-webpack-plugin" }
],
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5785,7 +5785,6 @@ __metadata:
"@reduxjs/toolkit": "npm:^1.9.5"
"@swc/core": "npm:1.3.78"
"@testing-library/react": "npm:^14.0.0"
"@ts-bridge/cli": "npm:^0.4.3"
"@types/express": "npm:^4.17.17"
"@types/he": "npm:^1.2.3"
"@types/jest": "npm:^27.5.1"
Expand Down