diff --git a/package.json b/package.json index 2d04f555..313a4874 100644 --- a/package.json +++ b/package.json @@ -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",