tact-lang / tact

Tact compiler main repository
https://tact-lang.org
MIT License
280 stars 56 forks source link

Refactor build system to use mostly TS and not shell scripts #460

Open anton-trunov opened 1 week ago

anton-trunov commented 1 week ago

Simplify things like

yarn build && yarn gen && yarn build && yarn test

and also move file copying to TS.