update borsh package scripts (#2292)

This commit is contained in:
Matthew Callens 2022-11-28 13:00:54 -05:00 committed by GitHub
parent fa2f18a2c0
commit 2768112cef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@
"scripts": {
"build": "tsc",
"test": "",
"clean": "rm -rf dist",
"prepare": "run-s clean build"
"clean": "rm -rf dist"
},
"dependencies": {
"bn.js": "^5.1.2",