Skip to content

Commit

Permalink
Fixes npm start
Browse files Browse the repository at this point in the history
  • Loading branch information
gampleman committed Sep 6, 2023
1 parent 43ffd39 commit e1352f5
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
Expand Up @@ -18,7 +18,7 @@
"fix": "npm-run-all --print-name --sequential fix:format fix:review",
"fix:format": "elm-format src/ tests/*.elm tests/String review benchmarks --yes",
"fix:review": "elm-review --fix",
"start": "npm-run-all start:docs",
"start": "npm-run-all -p -l start:docs start:bench",
"start:docs": "elm-doc-preview",
"start:bench": "cd benchmarks; elm make --optimize --output elm-stuff/bench.html src/Benchmarks.elm && open elm-stuff/bench.html",
"elm-bump": "npm-run-all --print-name --sequential test bump-version 'test:review -- --fix-all-without-prompt'",
Expand Down

0 comments on commit e1352f5

Please sign in to comment.