Skip to content

Commit

Permalink
padawan - replace dart-sass with sass, use npm ci instead of install
Browse files Browse the repository at this point in the history
  • Loading branch information
dcordz committed Nov 3, 2024
1 parent 4f6e50d commit 65c7c6a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 101 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: "npm"

- name: Install JS dependencies
run: npm install --legacy-peer-deps
run: npm ci --legacy-peer-deps

- name: Precompile assets
run: npm run build
Expand Down
99 changes: 0 additions & 99 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"dart-sass": "^1.25.0",
"eslint": "^9.14.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
Expand Down

0 comments on commit 65c7c6a

Please sign in to comment.