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

(-)a/package.json (-2 / +2 lines)
Lines 46-52 Link Here
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
    "cypress": "cypress",
50
    "prettier": "prettier"
50
  },
51
  },
51
  "repository": {
52
  "repository": {
52
    "type": "git",
53
    "type": "git",
53
- 

Return to bug 32224