diff --git a/.circleci/config.yml b/.circleci/config.yml index d5ba84576e..f1078e57f2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,9 +33,6 @@ jobs: key: v2-npm-cache-{{ .Branch }}-{{ .Revision }} paths: - node_modules - - run: - name: Rebuild node-sass - command: npm rebuild node-sass - run: name: Build site files command: npm run build diff --git a/package.json b/package.json index fd9adf2aca..e116a03d08 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,6 @@ "json-format": "^1.0.1", "merge-stream": "^2.0.0", "minimist": "^1.2.3", - "node-sass": "^4.14.1", "nswatch": "^0.2.0", "simplecrawler": "^1.1.8", "yamljs": "^0.3.0"