Skip to content

Commit

Permalink
Use sass instead of node-sass to avoid node-gyp errors on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
FractalBoy committed Jun 6, 2024
1 parent 1508da0 commit aa0da83
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 281 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"main": "./out/extension",
"scripts": {
"build": "yarn run build:ts && yarn run build:css",
"build:css": "yarn node-sass scss/ -o css/ --output-style compressed",
"build:css": "yarn sass scss/ -o css/ --output-style compressed",
"build:ts": "webpack --mode production",
"compile": "webpack --mode development --watch",
"lint": "eslint \"src/**/*.ts\"",
Expand Down Expand Up @@ -76,11 +76,11 @@
"milligram": "^1.4.1",
"minimatch": "^3.0.4",
"mocha": "^9.0.3",
"node-sass": "^6.0.1",
"original-fs": "^1.0.0",
"ovsx": "0.2.0",
"prettier": "^2.2.1",
"prettylint": "^1.0.0",
"sass": "^1.77.4",
"semantic-release": "^17.4.4",
"semantic-release-vsce": "^4.0.1",
"semver": "^7.3.5",
Expand Down
Loading

0 comments on commit aa0da83

Please sign in to comment.