Skip to content
This repository was archived by the owner on Oct 11, 2020. It is now read-only.

Commit 181590d

Browse files
Rusty KeyManasJayanth
authored andcommitted
add formatting script
1 parent 8db4fd6 commit 181590d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@
7979
"test:unit": "jest __tests__",
8080
"test:opam": "node ./test/runOpamTests.js",
8181
"test": "npm run test:esy && npm run test:opam && npm run test:bsb",
82-
"package": "vsce package"
82+
"package": "vsce package",
83+
"refmt": "find ./src ./fixtures ./__tests__ -type f -name \"*.re\" | xargs bsrefmt --in-place"
8384
},
8485
"devDependencies": {
8586
"@glennsl/bs-jest": "^0.4.9",

0 commit comments

Comments
 (0)