Skip to content

Commit

Permalink
Fixed node_env
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenewald committed May 26, 2023
1 parent 64ed77c commit 5b33357
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 @@ -12,7 +12,7 @@
],
"scripts": {
"test:unit": "jest --config test/unit/jest.config.js",
"test:integration": "jest --config test/integration/jest.config.js --runInBand",
"test:integration": "NODE_ENV=production jest --config test/integration/jest.config.js --runInBand",
"lint": "npm run lint:ts && npm run lint:es",
"lint:ts": "tsc --noEmit",
"lint:es": "eslint --ext .ts",
Expand Down

0 comments on commit 5b33357

Please sign in to comment.