Skip to content

Commit

Permalink
Uninstall node-sass and remove rebuild task from CI.
Browse files Browse the repository at this point in the history
node-sass is deprecated
sass/node-sass#2952
  • Loading branch information
mejiaj committed Sep 25, 2020
1 parent b31b89e commit 4525d75
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4525d75

Please sign in to comment.