mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-12 20:21:01 +00:00
Add prettier and format the code (#242)
* prettier * linter * add prettier, and format the code * make the travis pass Signed-off-by: Daniel Maricic <daniel@woss.io> * travis to make a build Signed-off-by: Daniel Maricic <daniel@woss.io> * tslint and prettier + travis Signed-off-by: Daniel Maricic <daniel@woss.io> * useless setting, we use spaces Signed-off-by: Daniel Maricic <daniel@woss.io> * backend tests added to the travis Signed-off-by: Daniel Maricic <daniel@woss.io>
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
"scripts": {
|
||||
"deploy": "scripts/deploy.sh",
|
||||
"build:all": "scripts/build-all.sh",
|
||||
"check:frontend": "cd packages/frontend; yarn pretty:check",
|
||||
"check:all": "yarn check:common && yarn check:frontend",
|
||||
"start:frontend": "scripts/start-frontend.sh",
|
||||
"build:frontend": "scripts/build-frontend.sh",
|
||||
"build:common": "tsc -p packages/common",
|
||||
|
||||
Reference in New Issue
Block a user