mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-30 08:51:07 +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:
+1
-3
@@ -28,10 +28,8 @@ before_script:
|
||||
- if [ $TRAVIS_RUST_VERSION = $CLIPPY_TOOLCHAIN ]; then rustup component add clippy-preview --toolchain=$CLIPPY_TOOLCHAIN; fi
|
||||
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -f
|
||||
|
||||
script: ./test.sh
|
||||
|
||||
script:
|
||||
- yarn
|
||||
- yarn check:all
|
||||
- yarn build:all
|
||||
- yarn test
|
||||
- cd backend && cargo test
|
||||
|
||||
Reference in New Issue
Block a user