We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a9e91 commit 151da22Copy full SHA for 151da22
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "elm-review-no-unsorted",
3
"scripts": {
4
- "test": "npm-run-all --print-name --silent --sequential test:make test:format test:run test:review test:package",
+ "test": "npm-run-all --print-name --silent --sequential test:make test:format test:run test:review",
5
"test:make": "elm make --docs=docs.json",
6
"test:format": "elm-format src/ preview*/ tests/ --validate",
7
"test:run": "elm-test-rs",
0 commit comments