Skip to content

Commit

Permalink
Add 'npm run test' for test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Sep 21, 2022
1 parent ddea01b commit 7dfd324
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"changelog:update": "node_modules/.bin/auto-changelog --commit-limit false --package --sort-commits date-desc",
"release:alpha": "node_modules/.bin/release-it --preRelease=alpha --no-npm.publish && MIX_ENV=dev mix hex.publish --yes",
"release:beta": "node_modules/.bin/release-it --preRelease=beta --no-npm.publish && MIX_ENV=dev mix hex.publish --yes",
"release": "node_modules/.bin/release-it --no-npm.publish && MIX_ENV=dev mix hex.publish --yes"
"release": "node_modules/.bin/release-it --no-npm.publish && MIX_ENV=dev mix hex.publish --yes",
"test": "mix test --seed 0"
},
"devDependencies": {
"@j-ulrich/release-it-regex-bumper": "^2.0.0",
Expand Down

0 comments on commit 7dfd324

Please # to comment.