setup: add separate build scripts
This commit is contained in:
parent
f5acbd793b
commit
b19bd0a79c
|
@ -9,6 +9,8 @@
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"fix": "run-s 'fix:*' && wsrun -e -c -s fix",
|
"fix": "run-s 'fix:*' && wsrun -e -c -s fix",
|
||||||
"build": "wsrun -e -c -s build",
|
"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": "eslint 'packages/**/*.{ts,tsx}'",
|
||||||
"lint:fix": "eslint 'packages/**/*.{ts,tsx}' --fix",
|
"lint:fix": "eslint 'packages/**/*.{ts,tsx}' --fix",
|
||||||
"lint:examples": "eslint 'examples/**/*.{ts,tsx}'",
|
"lint:examples": "eslint 'examples/**/*.{ts,tsx}'",
|
||||||
|
|
Loading…
Reference in New Issue