Skip to content

Commit

Permalink
run tests in production env
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Jul 31, 2019
1 parent 5007440 commit 855db8d
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 @@ -13,7 +13,7 @@
"dev": "cross-env NODE_OPTIONS=\"-r esm\" ts-node src/server",
"lint": "eslint --ignore-path=.gitignore --ext=js,ts .",
"start": "cross-env NODE_ENV=production NODE_OPTIONS=\"-r esm\" ts-node src/server",
"test": "yarn lint && cross-env NODE_OPTIONS=\"-r esm\" ava"
"test": "yarn lint && cross-env NODE_ENV=production NODE_OPTIONS=\"-r esm\" ava"
},
"dependencies": {
"chowdown": "^1.2.3",
Expand Down

0 comments on commit 855db8d

Please sign in to comment.