chore: sds and rln before tests (#2263)

This commit is contained in:
Danish Arora 2025-02-18 16:46:33 +05:30 committed by GitHub
parent 26ab836900
commit 582c4e1c81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

6
package-lock.json generated
View File

@ -17,11 +17,11 @@
"packages/sdk",
"packages/relay",
"packages/tests",
"packages/sds",
"packages/rln",
"packages/browser-tests",
"packages/build-utils",
"packages/react-native-polyfills",
"packages/sds",
"packages/rln"
"packages/react-native-polyfills"
],
"dependencies": {
"@waku/utils": "^0.0.21"

View File

@ -13,12 +13,12 @@
"packages/message-encryption",
"packages/sdk",
"packages/relay",
"packages/sds",
"packages/rln",
"packages/tests",
"packages/browser-tests",
"packages/build-utils",
"packages/react-native-polyfills",
"packages/sds",
"packages/rln"
"packages/react-native-polyfills"
],
"scripts": {
"prepare": "husky",