chore(package) watch:client:dev: move upper

This commit is contained in:
coderaiser 2017-05-24 11:40:24 +03:00
parent f5da939bfa
commit f47e224d3f

View file

@ -83,13 +83,13 @@
"6to5:client": "webpack --progress",
"6to5:client:dev": "NODE_ENV=development redrun 6to5:client",
"watch:client": "redrun 6to5:client -- --watch",
"watch:client:dev": "redrun 6to5:client:dev -- --watch",
"watch:server": "nodemon bin/cloudcmd.js",
"watch:lint": "nodemon -w client -w server -w webpack.config.js -x 'redrun lint:js'",
"watch:lint:client": "nodemon -w client -w webpack.config.js -x 'redrun lint:js:eslint:client'",
"watch:test": "nodemon -w server -w test -w common -x \"npm run test\"",
"watch:coverage": "nodemon -w server -w test -w common -x \"npm run coverage\"",
"w:c": "redrun watch:client",
"watch:client:dev": "redrun 6to5:client:dev -- --watch",
"w:c:d": "redrun watch:client:dev",
"build": "redrun rm:* 6to5:* mkdir:* legacy:*",
"build:client": "redrun 6to5:client",