You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not sure we need two folders for sources, let's only have ts_src with Typescript sources and drop the duplicate src sources ? The JS files should be generated while we build typescript (in a dist folder) -> similar to what's tsdx do. cc @tiero <- NACK
ideally, scripts should be only yarn test, yarn build and yarn format.
Doing that change will be a huge "fork" comparing to bitcoinjs but should be ok to merge next bitcoinjs changes if we keep ts_src and then use our own build process to generate JS files
The text was updated successfully, but these errors were encountered:
ts_src
with Typescript sources and drop the duplicatesrc
sources ? The JS files should be generated while we build typescript (in adist
folder) -> similar to what'stsdx
do. cc @tiero <- NACKyarn test
,yarn build
andyarn format
.Doing that change will be a huge "fork" comparing to bitcoinjs but should be ok to merge next bitcoinjs changes if we keep
ts_src
and then use our own build process to generate JS filesThe text was updated successfully, but these errors were encountered: