Skip to content

Commit c1ffd36

Browse files
committed
fix: bump version and added build:srv command for Docker
1 parent 84ece74 commit c1ffd36

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restorecommerce/scheduling-srv",
3-
"version": "1.2.7",
3+
"version": "1.3.9",
44
"description": "Restorecommerce job scheduling microservice",
55
"main": "lib/start.js",
66
"author": "n-fuse GmbH",
@@ -83,7 +83,8 @@
8383
"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' \\;",
8484
"build:clean": "rimraf lib",
8585
"copy:bullboard-ui-static": "npx copyfiles -u 1 \"./node_modules/@bull-board/ui/dist/**/*\" ./lib",
86-
"build": "npm-run-all lint build:clean build:es build:jobs copy:bullboard-ui-static",
86+
"build:srv": "npm-run-all build:clean build:es build:jobs copy:bullboard-ui-static",
87+
"build": "npm-run-all lint build:srv",
8788
"prepare": "node -e \"try { require('husky').install() } catch (e) {}\""
8889
},
8990
"engines": {

0 commit comments

Comments
 (0)