Skip to content

Commit

Permalink
Separate out elm tests into their own command
Browse files Browse the repository at this point in the history
  • Loading branch information
mdgriffith committed May 28, 2024
1 parent c1fb650 commit f0caeac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"scripts": {
"test": "npm run test:install && elm make --docs=docs.json && elm-review && elm-test",
"test:elm": " elm-test",
"test:install": "npm run build; cd tests; node ../bin/elm-codegen install",
"test:pkg-generation": "npm run build; cd tests/package-tests; ts-node run.ts",
"build": "tsc && npm run pkg:build",
Expand Down Expand Up @@ -36,10 +37,7 @@
"test:init": "(npm run build; bash scripts/test-init.sh)",
"review": "elm-review"
},
"files": [
"dist",
"bin"
],
"files": ["dist", "bin"],
"repository": {
"type": "git",
"url": "git+https://github.com/mdgriffith/elm-codegen.git"
Expand Down

0 comments on commit f0caeac

Please sign in to comment.