ts-belt icon indicating copy to clipboard operation
ts-belt copied to clipboard

foy for the building not working properly

Open JUSTIVE opened this issue 4 months ago • 2 comments

I'm trying to contribute to this project, but the foy for the build.ts script seems not working properly(build artifacts are not created).

from my perspective, these are the only logs displayed on the terminal:

yarn build
yarn run v1.22.19
warning ../../../package.json: No license field
$ yarn foy -c ./scripts/build.ts
warning ../../../package.json: No license field
$ ~/git/personal/ts-belt/node_modules/.bin/foy -c ./scripts/build.ts
✨  Done in 0.43s.

and the exit code is 0. Is there anyone who could help with this?

JUSTIVE avatar Feb 10 '24 04:02 JUSTIVE