going back to npm install for lint

This commit is contained in:
Yannic Kilcher
2022-12-30 14:10:25 +01:00
parent 7bcf0be8a2
commit f6bdce4da0
+1 -1
View File
@@ -60,4 +60,4 @@ repos:
types_or: [javascript, jsx, ts, tsx]
language: system
pass_filenames: false
entry: bash -c "cd website && npm ci && npm run lint"
entry: bash -c "cd website && npm install && npm run lint"