yesamer commented on code in PR #2207:
URL:
https://github.com/apache/incubator-kie-tools/pull/2207#discussion_r1570399399
##########
packages/dmn-testing-models/package.json:
##########
@@ -0,0 +1,40 @@
+{
+ "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"
+ },
+ "main": "dist/index.js",
+ "files": [
+ "dist"
+ ],
+ "scripts": {
+ "build:dev": "rimraf dist && copyfiles index.js dist/ && 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",
Review Comment:
Done!
--
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]