1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00

Fix yarn lint to fmt:check (#2125)

This commit is contained in:
sjaanus 2022-10-03 12:20:47 +02:00 committed by GitHub
parent ddcfe132e4
commit b26d2f2218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
},
"scripts": {
"build": "vite build",
"lint": "eslint src --max-warnings 0",
"lint": "yarn fmt:check",
"start": "vite",
"start:heroku": "UNLEASH_API=https://unleash.herokuapp.com yarn run start",
"start:enterprise": "UNLEASH_API=https://unleash4.herokuapp.com yarn run start",