From 1f4f312e8e345114f35c30cd009b58761fef1ae2 Mon Sep 17 00:00:00 2001 From: Mark Sinclair Date: Wed, 5 Jul 2023 12:24:06 +0100 Subject: [PATCH] Removing pre-install target --- nym-wallet/package.json | 3 +-- package.json | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/nym-wallet/package.json b/nym-wallet/package.json index 36c3ca5017..f14d6dd227 100644 --- a/nym-wallet/package.json +++ b/nym-wallet/package.json @@ -18,8 +18,7 @@ "lint:fix": "eslint src --fix", "prestorybook": "yarn --cwd .. build", "storybook": "start-storybook -p 6006", - "storybook:build": "build-storybook", - "preinstall": "yarn --cwd .. setup:dependencies" + "storybook:build": "build-storybook" }, "dependencies": { "@emotion/react": "^11.7.0", diff --git a/package.json b/package.json index c796364c77..cad6eaf88d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,6 @@ "types:lint:fix": "lerna run lint:fix --scope @nymproject/types --scope @nymproject/nym-wallet-app", "audit:fix": "npm_config_yes=true npx yarn-audit-fix -- --dry-run", "preinstall": "yarn install:copy-placeholders", - "setup:dependencies": "yarn install:copy-placeholders", "install:copy-placeholders": "cp scripts/build/yarn/wasm-placeholder/package.json sdk/typescript/packages/nym-client-wasm" }, "devDependencies": {