Merge pull request #2632 from overleaf/as-remove-minjs

Remove mirroring frontend JS to public/minjs directory

GitOrigin-RevId: f199530161dcd6d54800d148188f4e0b21b8df66
This commit is contained in:
Eric Mc Sween 2020-03-02 07:33:48 -05:00 committed by Copybot
parent 506bc44336
commit 1f89083ab2

View file

@ -21,7 +21,7 @@
"start": "node $NODE_APP_OPTIONS app.js",
"nodemon": "nodemon --config nodemon.json",
"webpack": "webpack-dev-server --config webpack.config.dev.js",
"webpack:production": "webpack --config webpack.config.prod.js && cp -R public/js public/minjs",
"webpack:production": "webpack --config webpack.config.prod.js",
"lint": "eslint -f unix .",
"format": "prettier-eslint '**/*.{js,less}' --list-different",
"format:fix": "prettier-eslint '**/*.{js,less}' --write",