test params
Showing
{ | { | ||
"private": true, | "private": true, | ||
"scripts": { | "scripts": { | ||
"start": "roadhog server", | "start": "cross-env ENV=development roadhog server", | ||
"build": "roadhog build", | "build:test": "cross-env ENV=test roadhog build", | ||
"build": "cross-env ENV=production roadhog build", | |||
"lint": "eslint --ext .js src test", | "lint": "eslint --ext .js src test", | ||
"precommit": "npm run lint" | "precommit": "npm run lint" | ||
}, | }, | ||
... | @@ -27,6 +28,7 @@ | ... | @@ -27,6 +28,7 @@ |
"babel-plugin-import": "^1.1.1", | "babel-plugin-import": "^1.1.1", | ||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | "babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
"babel-plugin-transform-runtime": "^6.9.0", | "babel-plugin-transform-runtime": "^6.9.0", | ||
"cross-env": "^4.0.0", | |||
"eslint": "^3.12.2", | "eslint": "^3.12.2", | ||
"eslint-config-airbnb": "^13.0.0", | "eslint-config-airbnb": "^13.0.0", | ||
"eslint-plugin-import": "^2.2.0", | "eslint-plugin-import": "^2.2.0", | ||
... | ... |
Please register or sign in to comment