gnolang / gnonative

Develop for Gno using your app's native language
Apache License 2.0
9 stars 9 forks source link

error.ts missing after `make clean` `make generate` #73

Closed jefft0 closed 8 months ago

jefft0 commented 8 months ago

I enter the following commands:

git clone https://github.com/gnolang/gnomobile
cd gnomobile
make clean
make generate

After this, git status shows "deleted: gnoboard/src/api/error.ts" . Should make generate make error.ts? (Or, should make clean not delete it?)