mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-17 21:53:03 +05:30
Improve install command for builds
This commit is contained in:
parent
64516b8a08
commit
0f5485de00
4685
package-lock.json
generated
4685
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -10,7 +10,6 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npm run clean && npm run build:dll && webpack-dev-server --progress --colors",
|
"start": "npm run clean && npm run build:dll && webpack-dev-server --progress --colors",
|
||||||
"clean": "rm -rf dist/",
|
"clean": "rm -rf dist/",
|
||||||
"up": "npm update",
|
|
||||||
"test": "npm run build:dll && karma start ./karma.conf.js",
|
"test": "npm run build:dll && karma start ./karma.conf.js",
|
||||||
"lint": "eslint ./src",
|
"lint": "eslint ./src",
|
||||||
"flow": "flow",
|
"flow": "flow",
|
||||||
@ -18,6 +17,7 @@
|
|||||||
"i18n:publish": "babel-node --presets es2015,stage-0 ./scripts/i18n-onesky.js publish",
|
"i18n:publish": "babel-node --presets es2015,stage-0 ./scripts/i18n-onesky.js publish",
|
||||||
"i18n:pull": "babel-node --presets es2015,stage-0 ./scripts/i18n-onesky.js pull",
|
"i18n:pull": "babel-node --presets es2015,stage-0 ./scripts/i18n-onesky.js pull",
|
||||||
"build": "npm run clean && npm run build:webpack -- --progress",
|
"build": "npm run clean && npm run build:webpack -- --progress",
|
||||||
|
"build:install": "npm install --no-save --quiet && check-node-version",
|
||||||
"build:webpack": "webpack --colors -p --bail",
|
"build:webpack": "webpack --colors -p --bail",
|
||||||
"build:quiet": "npm run clean && npm run build:webpack -- --quiet",
|
"build:quiet": "npm run clean && npm run build:webpack -- --quiet",
|
||||||
"build:dll": "node ./scripts/build-dll.js"
|
"build:dll": "node ./scripts/build-dll.js"
|
||||||
@ -56,13 +56,14 @@
|
|||||||
"babel-plugin-transform-runtime": "^6.3.13",
|
"babel-plugin-transform-runtime": "^6.3.13",
|
||||||
"babel-preset-airbnb": "^2.0.0",
|
"babel-preset-airbnb": "^2.0.0",
|
||||||
"babel-preset-es2015": "^6.3.13",
|
"babel-preset-es2015": "^6.3.13",
|
||||||
"babel-preset-react": "^6.3.13",
|
|
||||||
"babel-preset-es2017": "^6.16.0",
|
"babel-preset-es2017": "^6.16.0",
|
||||||
"babel-preset-flow": "^6.23.0",
|
"babel-preset-flow": "^6.23.0",
|
||||||
|
"babel-preset-react": "^6.3.13",
|
||||||
"babel-preset-react-hmre": "^1.0.1",
|
"babel-preset-react-hmre": "^1.0.1",
|
||||||
"babel-preset-stage-0": "^6.3.13",
|
"babel-preset-stage-0": "^6.3.13",
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.0.0",
|
||||||
"bundle-loader": "^0.5.4",
|
"bundle-loader": "^0.5.4",
|
||||||
|
"check-node-version": "^2.1.0",
|
||||||
"circular-dependency-plugin": "^3.0.0",
|
"circular-dependency-plugin": "^3.0.0",
|
||||||
"css-loader": "^0.28.0",
|
"css-loader": "^0.28.0",
|
||||||
"enzyme": "^2.2.0",
|
"enzyme": "^2.2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user