rescript-lang / rescript-lang.org

Official documentation website for the ReScript programming language
https://rescript-lang.org
MIT License
1.85k stars 248 forks source link

No scripts in `package.json` #427

Closed nikitazdvijkov closed 5 months ago

nikitazdvijkov commented 3 years ago

After running npx rescript init ., the initialized package.json does not have any scripts. Meanwhile, the initialized README specifies scripts npm run build and npm run watch.

ryyppy commented 3 years ago

This needs to be reported in the rescript-compiler issue tracker

fhammerschmidt commented 5 months ago

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