the next generation of the in-browser educational proof assistant
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: fix res:format for rescript12

Mio 8f9f9b03 97d29c5b

+1 -1
+1 -1
package.json
··· 11 11 "res:build": "rescript", 12 12 "res:clean": "rescript clean", 13 13 "res:dev": "rescript -w", 14 - "res:format": "rescript format -all", 14 + "res:format": "rescript format", 15 15 "test": "npm run res:build && pta 'tests/*.mjs'", 16 16 "test-watch": "onchange --initial '{tests,src}/*.mjs' -- pta 'tests/*.mjs'", 17 17 "prepare": "husky"