Skip to content

Commit

Permalink
fix(zcashtools): compile ts in prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
Karrq committed Nov 11, 2023
1 parent 462debf commit 1a55397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zcashtools/neon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"scripts": {
"install": "./node_modules/.bin/neon build",
"build": "tsc",
"prepare": "tsc",
"test": "node -e 'require(\"./\")'"
},
"devDependencies": {
Expand Down

0 comments on commit 1a55397

Please sign in to comment.