make cosmwasm deploy tools private (#850)

This commit is contained in:
Daniel Chew 2023-05-29 21:25:42 +09:00 committed by GitHub
parent f99f23c416
commit 6cdcf4dffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"version": "1.1.0",
"description": "",
"main": "deploy-pyth-bridge.ts",
"private": "true",
"scripts": {
"build": "tsc",
"build-contract": "ts-node ./src/build-contract.ts",