Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
volovyks committed May 31, 2022
1 parent d8361cd commit 95e2fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/non-fungible-token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"type": "module",
"scripts": {
"build": "yarn build:reciever && yarn build:nft",
"build": "yarn build:receiver && yarn build:nft",
"build:nft": "near-sdk build",
"build:receiver": "near-sdk build src/test-token-receiver.js build/test-token-receiver.base64",
"test": "ava"
Expand Down

0 comments on commit 95e2fa1

Please sign in to comment.