Removing pre-install target

This commit is contained in:
Mark Sinclair
2023-07-05 12:24:06 +01:00
parent d829837275
commit 1f4f312e8e
2 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -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",
-1
View File
@@ -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": {