Fix package.json preinstall error

This commit is contained in:
Mark Sinclair
2023-07-04 11:43:42 +01:00
parent f95b9b7f4a
commit b134334ec7
+1 -1
View File
@@ -29,7 +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": "run-s install:copy-placeholders",
"preinstall": "yarn install:copy-placeholders",
"install:copy-placeholders": "cp scripts/build/yarn/wasm-placeholder/package.json sdk/typescript/packages/nym-client-wasm"
},
"devDependencies": {