From c9344e1d83da9c662c1b43a48c94b47fc77118d1 Mon Sep 17 00:00:00 2001 From: MSakamaki Date: Sat, 11 May 2019 01:20:47 +0900 Subject: [PATCH] fix: node-sass problem when local development --- themes/conventional-commits/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/conventional-commits/package.json b/themes/conventional-commits/package.json index 01645f2..1133d96 100644 --- a/themes/conventional-commits/package.json +++ b/themes/conventional-commits/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "scripts": { - "start": "npm run css:watch & npm run js:watch", + "start": "npm run css & npm run css:watch & npm run js:watch", "css": "node-sass ./static/css/scss/style.scss -o ./static/css", "css:watch": "npm run css -- -w", "css:autoprefixer": "postcss --no-map --use autoprefixer -o ./static/css/style.css ./static/css/style.css",