Skip to content

Commit

Permalink
updated lavamount allow-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dozie2001 committed Nov 26, 2024
1 parent 10f8628 commit 6ec8783
Show file tree
Hide file tree
Showing 2 changed files with 2,482 additions and 1,539 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "next start",
"analyze": "ANALYZE=true yarn build",
"lint:checksums": "tsx scripts/lint-checksums.ts && git rm -r --cached -q data && git add --all data",
"lint": "npx @biomejs/biome lint --write .",
"lint": "yarn biome lint --write .",
"postinstall": "husky install",
"translations:update": "localazy upload && localazy download && yarn lint",
"translations:update:md": "localazy upload -k localazy.content.keys.json -c localazy.content.json && localazy download -k localazy.content.keys.json -c localazy.content.json && tsx scripts/remove-untranslated-markdown-files.ts",
Expand Down Expand Up @@ -116,7 +116,8 @@
"viem>ws>bufferutil": true,
"viem>ws>utf-8-validate": true,
"wagmi>@wagmi/connectors>cbw-sdk>keccak": false,
"wagmi>@wagmi/connectors>@metamask/sdk>eciesjs>secp256k1": false
"wagmi>@wagmi/connectors>@metamask/sdk>eciesjs>secp256k1": false,
"@biomejs/biome": true
}
},
"mocha": {
Expand Down
Loading

0 comments on commit 6ec8783

Please sign in to comment.