|
@@ -93,10 +93,9 @@
|
|
|
"proxyURL": "http://localhost:8000",
|
|
|
"scripts": {
|
|
|
"test": "node scripts/test.js",
|
|
|
- "test-ci": "npm run test -- --runInBand --ci --coverage --testResultsProcessor=jest-junit",
|
|
|
- "test-watch": "npm run test -- --watch",
|
|
|
- "jest": "node scripts/test.js",
|
|
|
- "jest-debug": "node --inspect-brk scripts/test.js --runInBand",
|
|
|
+ "test-ci": "yarn test --runInBand --ci --coverage --testResultsProcessor=jest-junit",
|
|
|
+ "test-debug": "node --inspect-brk scripts/test.js --runInBand",
|
|
|
+ "test-staged": "yarn test --findRelatedTests $(git diff --name-only --cached)",
|
|
|
"lint": "node_modules/.bin/eslint tests/js src/sentry/static/sentry/app --ext .js,.jsx",
|
|
|
"dev-proxy": "node scripts/devproxy.js",
|
|
|
"dev-server": "webpack-dev-server",
|