mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-26 11:58:50 -05:00
Add yarn clean-install
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
"lint": "yarn --cwd=web lint-fix; eslint common --fix ; eslint backend/api --fix ; eslint backend/shared --fix",
|
||||
"dev": "./run_local.sh dev",
|
||||
"prod": "./run_local.sh prod",
|
||||
"clean-install": "./install.sh",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"test:coverage": "jest --coverage",
|
||||
|
||||
Reference in New Issue
Block a user