Skip to content

Commit

Permalink
Automatically merged boilerplate update from #4
Browse files Browse the repository at this point in the history
test
  • Loading branch information
github-actions[bot] committed Nov 29, 2019
2 parents 5e6bb58 + 4060440 commit 7597dec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"test": "npm run build:prod && NODE_ENV=production MAIN=dist/package/production jest --runInBand",
"test:coverage": "npm run test:dev -- --coverage --json --outputFile=dist/jest/stats.json",
"test:dev": "NODE_ENV=test jest --runInBand",
"test:debug": "npm run start"
"test:debug": "npm run start",
"prepareActionJest": "npm run build:prod"
}
}
}

0 comments on commit 7597dec

Please sign in to comment.