Skip to content

Commit

Permalink
fix: bump version and added build:srv command for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Jul 26, 2024
1 parent 84ece74 commit c1ffd36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restorecommerce/scheduling-srv",
"version": "1.2.7",
"version": "1.3.9",
"description": "Restorecommerce job scheduling microservice",
"main": "lib/start.js",
"author": "n-fuse GmbH",
Expand Down Expand Up @@ -83,7 +83,8 @@
"build:jobs": "find ./src/external-jobs -maxdepth 1 -type f -exec sh -c 'esbuild {} --bundle --platform=node --outfile=lib/external-jobs/$(basename {} .ts).cjs --minify --tree-shaking=true --sourcemap=inline' \\;",
"build:clean": "rimraf lib",
"copy:bullboard-ui-static": "npx copyfiles -u 1 \"./node_modules/@bull-board/ui/dist/**/*\" ./lib",
"build": "npm-run-all lint build:clean build:es build:jobs copy:bullboard-ui-static",
"build:srv": "npm-run-all build:clean build:es build:jobs copy:bullboard-ui-static",
"build": "npm-run-all lint build:srv",
"prepare": "node -e \"try { require('husky').install() } catch (e) {}\""
},
"engines": {
Expand Down

0 comments on commit c1ffd36

Please sign in to comment.