mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-20 11:28:30 +08:00
Add npm run lint-no-fix option (#93)
This commit is contained in:
committed by
Keavon Chambers
parent
cb9d34c84d
commit
9ad5f4ce78
@@ -6,6 +6,7 @@
|
||||
"scripts": {
|
||||
"serve": "cd client && cd web && npm run serve",
|
||||
"build": "cd client && cd web && npm run build",
|
||||
"lint": "cd client && cd web && npm run lint"
|
||||
"lint": "cd client && cd web && npm run lint",
|
||||
"lint-no-fix": "cd client && cd web && npm run lint-no-fix"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user