Closed nikitazdvijkov closed 5 months ago
This needs to be reported in the rescript-compiler issue tracker
with npm create rescript-app
, the successor of rescript init
, there are scripts there: https://github.com/rescript-lang/create-rescript-app/blob/master/templates/rescript-template-basic/package.json#L4-L8
After running
npx rescript init .
, the initializedpackage.json
does not have any scripts. Meanwhile, the initialized README specifies scriptsnpm run build
andnpm run watch
.