summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-12-02 03:09:38 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-02 03:09:38 +0000
commit408af4d5cf3a3893f8431d4d28821c766ab92bec (patch)
tree481b4b471e09a2de078e5aae3982a53a2a51bb97 /package.json
parentf3506a4deee10c8b0e3c57ed2019d1df9c521258 (diff)
downloadgitlab-ce-408af4d5cf3a3893f8431d4d28821c766ab92bec.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index db0300f8bd5..b7d567a5354 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,6 @@
"stylelint": "yarn stylelint-file 'app/assets/stylesheets/**/*.*' 'ee/app/assets/stylesheets/**/*.*' '!app/assets/stylesheets/startup/startup-*.scss' '!**/vendors/**'",
"stylelint-file": "BROWSERSLIST_IGNORE_OLD_DATA=true node node_modules/stylelint/bin/stylelint.js",
"stylelint-create-utility-map": "node scripts/frontend/stylelint/stylelint-utility-map.js",
- "test": "node scripts/frontend/test",
"webpack": "NODE_OPTIONS=\"--max-old-space-size=3584\" webpack --config config/webpack.config.js",
"webpack-vendor": "NODE_OPTIONS=\"--max-old-space-size=3584\" webpack --config config/webpack.vendor.config.js",
"webpack-prod": "NODE_OPTIONS=\"--max-old-space-size=3584\" NODE_ENV=production webpack --config config/webpack.config.js"