setup: add separate build scripts

This commit is contained in:
Pavel Prichodko 2022-05-29 16:52:17 +02:00 committed by Felicio Mununga
parent f5acbd793b
commit b19bd0a79c
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
"prepare": "husky install",
"fix": "run-s 'fix:*' && wsrun -e -c -s fix",
"build": "wsrun -e -c -s build",
"build:status-js": "yarn workspace @status-im/js build",
"build:status-react": "yarn workspace @status-im/react build",
"lint": "eslint 'packages/**/*.{ts,tsx}'",
"lint:fix": "eslint 'packages/**/*.{ts,tsx}' --fix",
"lint:examples": "eslint 'examples/**/*.{ts,tsx}'",