View | Details | Raw Unified | Return to bug 32224
Collapse All | Expand All

(-)a/package.json (-2 / +2 lines)
Lines 45-51 Link Here
45
    "build_js": "webpack --mode production",
45
    "build_js": "webpack --mode production",
46
    "watch_js": "webpack --mode development --watch",
46
    "watch_js": "webpack --mode development --watch",
47
    "css": "gulp css",
47
    "css": "gulp css",
48
    "watch": "gulp watch"
48
    "watch": "gulp watch",
49
    "cypress": "cypress"
49
  },
50
  },
50
  "repository": {
51
  "repository": {
51
    "type": "git",
52
    "type": "git",
52
- 

Return to bug 32224