Skip to content

Commit

Permalink
write npm test script with .env
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed May 30, 2021
1 parent d27007f commit 17cb2b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# set -a && source .env
REGISTRY="inakri"
REPO_OWNER="izelnakri"
POSTGRES_USER=postgres
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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 test/paper_trail && mix test test/version && mix test test/uuid && STRING_TEST=true mix test test/uuid"
},
"license": "MIT",
"release-it": {
Expand Down

0 comments on commit 17cb2b0

Please sign in to comment.