Run npm test with sourceMaps (#222)
This commit is contained in:
parent
b4c56ce9f9
commit
2caee29703
@ -47,7 +47,7 @@
|
||||
"flow": "flow",
|
||||
"prepublish": "npm run clean && cross-env BABEL_ENV=production npm run build",
|
||||
"preversion": "npm run test && npm run changelog",
|
||||
"test": "npm run lint && npm run flow && npm run build && npm run test-only",
|
||||
"test": "npm run lint && npm run flow && npm run build -- -m && npm run test-only",
|
||||
"test-only": "ava test",
|
||||
"test-ci": "nyc npm run test-only",
|
||||
"changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user