Skip to content

Commit

Permalink
feat: removed dev-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Feb 8, 2024
1 parent 997219f commit c61aaa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/contracts/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"type": "module",
"scripts": {
"build": "near-sdk-js build src/contract.ts build/hello_near.wasm",
"deploy": "near dev-deploy --wasmFile build/hello_near.wasm",
"test": "$npm_execpath run build && cd sandbox-ts && $npm_execpath run test -- -- ../build/hello_near.wasm",
"postinstall": "cd sandbox-ts && $npm_execpath install"
},
Expand Down

0 comments on commit c61aaa0

Please sign in to comment.