Remove wrong changes

pull/12327/head
Francisco López 7 years ago committed by GitHub
parent 8015820acb
commit 3a583b7a04

@ -177,7 +177,7 @@
},
"scripts": {
"test": "echo \"Run 'grunt test' to run specs through command line.\"",
"update-internal-deps": "rm -rf node_modules && npm install --production --no-shrinkwrap && npm dedupe && npm prune && npm shrinkwrap && npm install",
"update-internal-deps": "rm -rf node_modules && npm install && npm shrinkwrap",
"branch-files": "node lib/build/branchFiles/branchFiles.js",
"affected_specs": "node lib/build/branchFiles/branchFiles.js | xargs node lib/build/affectedFiles/affectedFiles.js",
"build": "NODE_ENV=production webpack -p --config webpack.prod.config.js",

Loading…
Cancel
Save