Przeglądaj źródła

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

Jeffrey Pearce 6 lat temu
rodzic
commit
9caa64a699
1 zmienionych plików z 1 dodań i 1 usunięć
  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"
   }
 }