mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
506bc44336
commit
1f89083ab2
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue