Update package.json

This commit is contained in:
Tommy Verrall
2023-07-25 17:18:27 +02:00
committed by GitHub
parent b0dd1400c3
commit bed1d56f22
+1 -2
View File
@@ -29,8 +29,7 @@
"tsc": "lerna run tsc --stream",
"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 && yarn install:make-dir && yarn install:copy-storage-placeholders",
"install:make-dir": "mkdir nym-browser-extension/storage/pkg",
"preinstall": "yarn install:copy-placeholders && yarn install:copy-storage-placeholders",
"install:copy-placeholders": "cp scripts/build/yarn/wasm-placeholder/package.json sdk/typescript/packages/nym-client-wasm",
"install:copy-storage-placeholders": "cp scripts/build/yarn/storage-placeholder/package.json nym-browser-extension/storage/pkg"
},