Skip to content

Instantly share code, notes, and snippets.

@Coutlaw
Created July 2, 2018 15:14
Show Gist options
  • Save Coutlaw/04f7716eecf34a23eee089d696ad188c to your computer and use it in GitHub Desktop.
Save Coutlaw/04f7716eecf34a23eee089d696ad188c to your computer and use it in GitHub Desktop.
pre git push
# for node
npm run-script lint
# if errors
npm run-script lintfix
# to test
npm test
# for scala
sbt clean scalafmt test:scalafmt scalastyle test
# to publish local
sbt -DLIB_VERSION=13.7.0-SNAPSHOT publishLocal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment