tiagobento commented on code in PR #2207:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2207#discussion_r1537817255


##########
packages/dmn-testing-models/package.json:
##########
@@ -0,0 +1,43 @@
+{
+  "private": true,
+  "name": "@kie-tools/dmn-testing-models",
+  "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";
+  },
+  "files": [
+    "dist"
+  ],
+  "scripts": {
+    "build:dev": "run-script-os",
+    "build:dev:linux:darwin": "mvn clean generate-resources",
+    "build:dev:win32": "pnpm powershell \"mvn clean generate-resources\"",
+    "build:prod": "pnpm build:dev",
+    "copy:app": "run-script-os",
+    "copy:app:linux:darwin": "copyfiles -u 1 
\"target/generated-resources/valid_models/**/*.dmn\" dist/",
+    "copy:app:win32": "copyfiles -u 1 
\"target/generated-resources/valid_models/**/*.dmn\" dist/",
+    "dist": "rimraf dist && mkdir dist && pnpm copy:app",

Review Comment:
   These 4 scripts aren't being used, from what I understood. Can you please 
check and remove them if that's true?



-- 
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]

Reply via email to