File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @restorecommerce/scheduling-srv" ,
3
- "version" : " 1.2.7 " ,
3
+ "version" : " 1.3.9 " ,
4
4
"description" : " Restorecommerce job scheduling microservice" ,
5
5
"main" : " lib/start.js" ,
6
6
"author" : " n-fuse GmbH" ,
83
83
"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' \\ ;" ,
84
84
"build:clean" : " rimraf lib" ,
85
85
"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" ,
87
88
"prepare" : " node -e \" try { require('husky').install() } catch (e) {}\" "
88
89
},
89
90
"engines" : {
You can’t perform that action at this time.
0 commit comments