rhkp commented on code in PR #2697:
URL:
https://github.com/apache/incubator-kie-tools/pull/2697#discussion_r1815042802
##########
packages/kogito-db-migrator-tool/package.json:
##########
@@ -0,0 +1,33 @@
+{
+ "private": true,
+ "name": "@kie-tools/kogito-db-migrator-tool",
+ "version": "0.0.0",
+ "description": "",
+ "license": "Apache-2.0",
+ "homepage": "https://github.com/apache/incubator-kie-tools",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/apache/incubator-kie-tools.git"
+ },
+ "bugs": {
+ "url": "https://github.com/apache/incubator-kie-tools/issues"
+ },
+ "scripts": {
+ "build:dev": "./build-db-migrator-jar.sh true",
+ "build:prod": "./build-db-migrator-jar.sh false",
Review Comment:
Like other SonataFlow components we will only support Mac/Linux platforms.
However we will improve the package.json, which will show a message on that
build on Windows platforms is not supported.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]