Merge pull request #4720 from nextcloud/backport/4688/stable27

This commit is contained in:
Julius Härtl
2023-05-22 22:36:36 +02:00
committed by GitHub
11 changed files with 47 additions and 54 deletions

View File

@@ -20,6 +20,7 @@
"build": "NODE_ENV=production webpack --progress --config webpack.js",
"dev": "NODE_ENV=development webpack --progress --config webpack.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
"serve": "webpack serve --node-env development --allowed-hosts all --config webpack.js",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"lint:cypress": "eslint --ext .js cypress",