Skip to content

Commit

Permalink
fix: remove transaction package prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
yknl committed Sep 21, 2020
1 parent 3812c3f commit f62f500
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
31 changes: 31 additions & 0 deletions packages/network/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/transactions/package.json
Expand Up @@ -93,7 +93,6 @@
"lint:fix": "eslint ./src --ext .ts --fix",
"test": "jest --coverage",
"prepublishOnly": "npm run test && npm run build",
"prepare": "npm run build",
"typecheck": "tsc -p tsconfig.build.json --noEmit"
},
"bugs": {
Expand Down

0 comments on commit f62f500

Please sign in to comment.