Skip to content

Commit

Permalink
🤡 Disable package tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SiriusStarr committed Jan 25, 2023
1 parent b9a9e91 commit 151da22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elm-review-no-unsorted",
"scripts": {
"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",
"test:make": "elm make --docs=docs.json",
"test:format": "elm-format src/ preview*/ tests/ --validate",
"test:run": "elm-test-rs",
Expand Down

0 comments on commit 151da22

Please sign in to comment.