mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 13:21:37 +02: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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user