mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Add npm run lint-no-fix option (#93)
This commit is contained in:
committed by
Keavon Chambers
parent
fc10575dfa
commit
f10a3c63d1
@@ -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