add refactoring report (#2163)

This commit is contained in:
chris48s
2018-10-10 19:22:30 +01:00
committed by GitHub
parent a74db34853
commit 9d7f27d84e
2 changed files with 24 additions and 1 deletions

View File

@@ -92,7 +92,8 @@
"start:server": "HANDLE_INTERNAL_ERRORS=false RATE_LIMIT=false node server 8080 ::",
"now-start": "node server",
"prestart": "npm run depcheck && npm run examples && npm run features",
"start": "concurrently --names server,frontend \"ALLOWED_ORIGIN=http://localhost:3000 npm run start:server\" \"BASE_URL=http://[::]:8080 next dev\""
"start": "concurrently --names server,frontend \"ALLOWED_ORIGIN=http://localhost:3000 npm run start:server\" \"BASE_URL=http://[::]:8080 next dev\"",
"refactoring-report": "node lib/refactoring-cli.js"
},
"bin": {
"badge": "lib/badge-cli.js"