瀏覽代碼

Adds Child Theme command to npm run list to create new child theme from _dsgnsystm parent theme.

Jeffrey Pearce 6 年之前
父節點
當前提交
9caa64a699
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      _dsgnsystm/package.json

+ 1 - 1
_dsgnsystm/package.json

@@ -41,6 +41,6 @@
     "build:print": "node-sass print.scss print.css --output-style expanded --indent-type tab --indent-width 1 && postcss -r print.css",
     "build": "run-p \"build:*\"",
     "watch": "chokidar \"**/*.scss\" -c \"npm run build\" --initial",
-    "child": "sh ../build-tools/build-child-theme.sh"
+    "child-theme": "sh ../theme-dev-utils/build-child-theme.sh"
   }
 }