Automatic merge of gitlab-org/gitlab master
Showing
... | ... | @@ -33,6 +33,8 @@ |
"lint:stylelint:fix": "yarn run lint:stylelint --fix", | ||
"lint:stylelint:staged": "scripts/frontend/execute-on-staged-files.sh stylelint '(css|scss)' -q", | ||
"lint:stylelint:staged:fix": "yarn run lint:stylelint:staged --fix", | ||
"generate:startup_css": "scripts/frontend/startup_css/setup.sh && node scripts/frontend/startup_css/main.js", | ||
"generate:startup_css:full": "scripts/frontend/startup_css/setup.sh force && node scripts/frontend/startup_css/main.js", | ||
"markdownlint": "markdownlint --config .markdownlint.yml", | ||
"markdownlint:no-trailing-spaces": "markdownlint --config doc/.markdownlint/markdownlint-no-trailing-spaces.yml", | ||
"markdownlint:no-trailing-spaces:fix": "yarn run markdownlint:no-trailing-spaces --fix", | ||
... | ... | @@ -200,6 +202,7 @@ |
"babel-plugin-dynamic-import-node": "^2.3.3", | ||
"babel-plugin-istanbul": "^6.0.0", | ||
"chalk": "^2.4.1", | ||
"cheerio": "^1.0.0-rc.9", | ||
"commander": "^2.18.0", | ||
"custom-jquery-matchers": "^2.1.0", | ||
"docdash": "^1.0.2", | ||
... | ... | @@ -241,6 +244,7 @@ |
"nodemon": "^2.0.4", | ||
"postcss": "^7.0.14", | ||
"prettier": "2.2.1", | ||
"purgecss": "^4.0.3", | ||
"readdir-enhanced": "^2.2.4", | ||
"sass": "^1.32.12", | ||
"timezone-mock": "^1.0.8", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment