Skip to content

Commit 68febd1

Browse files
authored
Merge pull request facebook#286 from reasonml-community/test-exit-0-is-not-very-nice
Avoid test "exit 0" in package.json script
2 parents 4e53436 + 39504ff commit 68febd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start-docs": "live-server docs",
99
"start": "bsb -make-world -w",
1010
"clean-build": "bsb -clean-world -make-world",
11-
"test": "exit 0"
11+
"test": "yarn clean-build && yarn build-docs"
1212
},
1313
"license": "MIT",
1414
"keywords": [

0 commit comments

Comments
 (0)