Skip to content

Commit

Permalink
reverted packages.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kantagara committed Oct 9, 2024
1 parent bd75096 commit 1143c4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc",
"spellcheck": "spellchecker --ignore \"^Gamer.*\\\\|ABI.*\\\\|NFT.*\\\\|token\\\\-api\\\\|nfts$\" -f \"./docs/**/*.md\" \"./*.md\" -l en-US -q -d ./dictionary.txt", "update-nswag-file": "ts-node ./docs/marketplace-api/nswag/update-nswag",
"spellcheck": "spellchecker --ignore ^Gamer.*\\|ABI.*\\|NFT.*\\|token\\-api\\|nfts$ -f \"./docs/**/*.md\" \"./*.md\" -l en-US -q -d ./dictionary.txt",
"update-nswag-file": "ts-node ./docs/marketplace-api/nswag/update-nswag",
"clean-nswag-file": "ts-node ./docs/marketplace-api/nswag/clean-nswag",
"generate-api-client": "yarn update-nswag-file && nswag run './docs/marketplace-api/nswag/marketplace-api-client.nswag' && yarn clean-nswag-file",
"build-client": "yarn generate-api-client && tsc"
Expand Down

0 comments on commit 1143c4c

Please sign in to comment.