remove notLocalHost
This commit is contained in:
parent
529c6d0fe7
commit
5cd44be83c
9 changed files with 26 additions and 35 deletions
|
@ -49,7 +49,7 @@
|
|||
"lint": "npm-run-all lint:*",
|
||||
"lint:css": "stylelint 'public/*.css'",
|
||||
"lint:js": "eslint .",
|
||||
"start": "cross-env NODE_ENV=production node server/portal_server",
|
||||
"start": "node server/portal_server",
|
||||
"test": "mocha",
|
||||
"version": "node scripts/version"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue