Skip to content

Commit

Permalink
Merge branch 'main' into fix/movex-core-logsy-eslint-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCTroia authored Oct 17, 2023
2 parents e8d515f + 0aa500f commit a25e5f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"tsc-all": "tsc -b libs/movex libs/movex-server libs/movex-core-util libs/movex-react libs/movex-examples apps/movex-demo apps/movex-demo-api apps/movex-demo-e2e apps/movex-docs apps/movex-docs-e2e",
"build": "nx build movex-demo",
"test": "nx run-many --all --target=test --skip-nx-cache",
"dev-movex-docs" : "npx nx serve movex-docs",
"push-all-libs--locally": "cd dist/libs/movex && npm version pre && yalc push && cd -; cd dist/libs/movex-server && npm version pre && yalc push && cd -; cd dist/libs/movex-core-util && npm version pre && yalc push && cd -; cd dist/libs/movex-react && npm version pre && yalc push && cd -; cd dist/libs/movex-service && npm version pre && yalc push && cd -;",
"publish-movex": "cd dist/libs/movex && npm publish && cd -;",
"publish-movex-server": "cd dist/libs/movex-server && npm publish && cd -;",
Expand Down

0 comments on commit a25e5f4

Please sign in to comment.