diff --git a/package.json b/package.json index 529f44ee2fa..4f0adfe0e71 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "build": "npx lerna run build --stream", "build:fast": "npx lerna run build:fast --stream", "build:prod": "npx lerna run build:prod --stream", - "build:productization": "npx lerna run build:productization --stream", "test:clearCache": "npx lerna run test:clearCache --stream", "update-version-to": "node ./update_version_to.js", "locktt": "locktt", diff --git a/packages/backend/package.json b/packages/backend/package.json index f1f8e253284..6a35f18835f 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -29,8 +29,7 @@ "test:clearCache": "jest --clearCache", "build:fast": "rm -rf dist && webpack", "build": "yarn run lint && yarn test && yarn run build:fast", - "build:prod": "yarn run build --mode production --devtool none", - "build:productization": "yarn run build:prod" + "build:prod": "yarn run build --mode production --devtool none" }, "babel": { "presets": [ diff --git a/packages/channel-common-api/package.json b/packages/channel-common-api/package.json index d20b869114f..845642819d7 100644 --- a/packages/channel-common-api/package.json +++ b/packages/channel-common-api/package.json @@ -18,8 +18,7 @@ "test:clearCache": "jest --clearCache", "build:fast": "rm -rf dist && webpack", "build": "yarn run lint && yarn test && yarn run build:fast", - "build:prod": "yarn run build --mode production --devtool none", - "build:productization": "yarn run build:prod" + "build:prod": "yarn run build --mode production --devtool none" }, "babel": { "presets": [ diff --git a/packages/chrome-extension-pack-kogito-kie-editors/package.json b/packages/chrome-extension-pack-kogito-kie-editors/package.json index eafdd621cb8..f711b4f065c 100644 --- a/packages/chrome-extension-pack-kogito-kie-editors/package.json +++ b/packages/chrome-extension-pack-kogito-kie-editors/package.json @@ -20,7 +20,6 @@ "build:fast": "rm -rf dist && webpack", "build": "yarn run lint && yarn test && yarn run build:fast", "build:prod": "yarn run build --mode production --devtool none", - "build:productization": "yarn run build:prod", "serve-envelope": "webpack-dev-server", "test:it": "jest --runInBand" }, diff --git a/packages/chrome-extension/package.json b/packages/chrome-extension/package.json index 912be33a3a5..b42f5377dfd 100644 --- a/packages/chrome-extension/package.json +++ b/packages/chrome-extension/package.json @@ -26,8 +26,7 @@ "test:clearCache": "jest --clearCache", "build:fast": "rm -rf dist && webpack", "build": "yarn run lint && yarn test && yarn run build:fast", - "build:prod": "yarn run build --mode production --devtool none", - "build:productization": "yarn run build:prod" + "build:prod": "yarn run build --mode production --devtool none" }, "babel": { "presets": [ diff --git a/packages/desktop/package.json b/packages/desktop/package.json index ee4f9b49332..a7523cec2d7 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -39,8 +39,7 @@ "build:prod:darwin": "yarn run clean:prod && yarn run compile:prod && yarn run package:prod:darwin", "build:prod:win32": "yarn run clean:prod && yarn run compile:prod && yarn run package:prod:win32", "build:prod:all": "yarn run clean:prod && yarn run compile:prod && yarn run package:prod:linux && yarn run package:prod:darwin && yarn run package:prod:win32", - "build:prod": "run-script-os", - "build:productization": "yarn run build:prod" + "build:prod": "run-script-os" }, "babel": { "presets": [ diff --git a/packages/editor/package.json b/packages/editor/package.json index dab728c0295..0007324f55e 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -27,8 +27,7 @@ "test:clearCache": "jest --clearCache", "build:fast": "rm -rf dist && webpack", "build": "yarn run lint && yarn test && yarn run build:fast", - "build:prod": "yarn run build --mode production --devtool none", - "build:productization": "yarn run build:prod" + "build:prod": "yarn run build --mode production --devtool none" }, "babel": { "presets": [ diff --git a/packages/envelope-bus/package.json b/packages/envelope-bus/package.json index 4e52a37d767..1027a374797 100644 --- a/packages/envelope-bus/package.json +++ b/packages/envelope-bus/package.json @@ -15,8 +15,7 @@ "test": "jest --silent --verbose --passWithNoTests", "build:fast": "rm -rf dist && webpack", "build": "yarn run lint && yarn test && yarn run build:fast", - "build:prod": "yarn run build --mode production --devtool none", - "build:productization": "yarn run build:prod" + "build:prod": "yarn run build --mode production --devtool none" }, "babel": { "presets": [ diff --git a/packages/envelope/package.json b/packages/envelope/package.json index 22ff271f94a..18370a4bb08 100644 --- a/packages/envelope/package.json +++ b/packages/envelope/package.json @@ -21,8 +21,7 @@ "test:clearCache": "jest --clearCache", "build:fast": "rm -rf dist && webpack", "build": "yarn run lint && yarn test && yarn run build:fast", - "build:prod": "yarn run build --mode production --devtool none", - "build:productization": "yarn run build:prod" + "build:prod": "yarn run build --mode production --devtool none" }, "babel": { "presets": [ diff --git a/packages/guided-tour/package.json b/packages/guided-tour/package.json index ed6630a7f1a..d9833fabe4d 100644 --- a/packages/guided-tour/package.json +++ b/packages/guided-tour/package.json @@ -11,7 +11,6 @@ "build:fast": "rm -rf dist && webpack", "build": "yarn run lint && yarn test && yarn run build:fast", "build:prod": "yarn run build --mode production --devtool none", - "build:productization": "yarn run build:prod", "start": "rm -rf dist && webpack --watch" }, "peerDependencies": { diff --git a/packages/hub/package.json b/packages/hub/package.json index 007e875bdf2..182da0bc50d 100644 --- a/packages/hub/package.json +++ b/packages/hub/package.json @@ -38,8 +38,7 @@ "build:prod:darwin": "yarn run clean:prod && yarn run compile:prod && yarn run package:prod:darwin", "build:prod:win32": "yarn run clean:prod && yarn run compile:prod && yarn run package:prod:win32", "build:prod:all": "yarn run clean:prod && yarn run compile:prod && yarn run package:prod:linux && yarn run package:prod:darwin && yarn run package:prod:win32", - "build:prod": "run-script-os", - "build:productization": "yarn run build:prod" + "build:prod": "run-script-os" }, "babel": { "presets": [ diff --git a/packages/i18n-common-dictionary/package.json b/packages/i18n-common-dictionary/package.json index dccb3cb9875..92e0a5a0fef 100644 --- a/packages/i18n-common-dictionary/package.json +++ b/packages/i18n-common-dictionary/package.json @@ -16,8 +16,7 @@ "lint": "tslint -c ../../tslint.json 'src/**/*.{ts,tsx,js,jsx}'", "build:fast": "rm -rf dist && webpack", "build": "yarn run lint && yarn run build:fast", - "build:prod": "yarn run build --mode production --devtool none --passWithNoTests", - "build:productization": "yarn run build:prod" + "build:prod": "yarn run build --mode production --devtool none --passWithNoTests" }, "babel": { "presets": [ diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 4c13454b1b6..6616f3cf891 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -16,8 +16,7 @@ "test:clearCache": "jest --clearCache", "build:fast": "rm -rf dist && webpack", "build": "yarn run lint && yarn test && yarn run build:fast", - "build:prod": "yarn run build --mode production --devtool none", - "build:productization": "yarn run build:prod" + "build:prod": "yarn run build --mode production --devtool none" }, "babel": { "presets": [ diff --git a/packages/keyboard-shortcuts/package.json b/packages/keyboard-shortcuts/package.json index 44373c16924..f72e10b531b 100644 --- a/packages/keyboard-shortcuts/package.json +++ b/packages/keyboard-shortcuts/package.json @@ -20,8 +20,7 @@ "test:clearCache": "jest --clearCache", "build:fast": "rm -rf dist && webpack", "build": "yarn run lint && yarn test && yarn run build:fast", - "build:prod": "yarn run build --mode production --devtool none", - "build:productization": "yarn run build:prod" + "build:prod": "yarn run build --mode production --devtool none" }, "babel": { "presets": [ diff --git a/packages/kie-bc-editors/package.json b/packages/kie-bc-editors/package.json index 82a220cc043..623bee161f0 100644 --- a/packages/kie-bc-editors/package.json +++ b/packages/kie-bc-editors/package.json @@ -24,8 +24,7 @@ "test:clearCache": "jest --clearCache", "build:fast": "rm -rf dist && webpack", "build": "yarn run lint && yarn test && yarn run build:fast", - "build:prod": "yarn run build --mode production --devtool none", - "build:productization": "yarn run build:prod" + "build:prod": "yarn run build --mode production --devtool none" }, "babel": { "presets": [ diff --git a/packages/kie-editors-standalone/package.json b/packages/kie-editors-standalone/package.json index 5fd5c5fe7a7..29eb7b97697 100644 --- a/packages/kie-editors-standalone/package.json +++ b/packages/kie-editors-standalone/package.json @@ -25,7 +25,6 @@ "build:fast": "rm -rf dist && webpack --config webpack.build-resources.config.js && yarn run build:preprocessor && webpack --config webpack.package-resources.config.js", "build": "yarn run lint && yarn test && yarn run build:fast", "build:prod": "yarn run lint && yarn test && rm -rf dist && webpack --config webpack.build-resources.config.js --mode production --devtool none && yarn run build:preprocessor && webpack --config webpack.package-resources.config.js --mode production --devtool none", - "build:productization": "yarn run build:prod", "start": "webpack-dev-server -d --host 0.0.0.0 --config webpack.package-resources.config.js" }, "babel": { diff --git a/packages/online-editor/package.json b/packages/online-editor/package.json index b4617041b06..0b32a497073 100644 --- a/packages/online-editor/package.json +++ b/packages/online-editor/package.json @@ -29,7 +29,6 @@ "build:fast": "rm -rf dist && webpack", "build": "yarn run lint && yarn test && yarn run build:fast", "build:prod": "yarn run build --mode production --devtool none", - "build:productization": "yarn run build:prod", "start": "webpack-dev-server -d --host 0.0.0.0" }, "babel": { diff --git a/packages/pmml-editor-marshaller/package.json b/packages/pmml-editor-marshaller/package.json index ac3b8ee6121..d0a39ba332f 100644 --- a/packages/pmml-editor-marshaller/package.json +++ b/packages/pmml-editor-marshaller/package.json @@ -22,8 +22,7 @@ "test:clearCache": "jest --clearCache", "build:fast": "rm -rf dist && webpack", "build": "yarn run lint && yarn test && yarn run build:fast", - "build:prod": "yarn run build --mode production --devtool none", - "build:productization": "yarn run build:prod" + "build:prod": "yarn run build --mode production --devtool none" }, "babel": { "presets": [ diff --git a/packages/pmml-editor/package.json b/packages/pmml-editor/package.json index aa975d1c77f..59f148ed8ea 100644 --- a/packages/pmml-editor/package.json +++ b/packages/pmml-editor/package.json @@ -41,7 +41,6 @@ "build:fast": "rm -rf dist && webpack", "build": "yarn run lint && yarn test && yarn run build:fast", "build:prod": "yarn run build --mode production", - "build:productization": "yarn run build:prod", "build:showcase": "yarn run build:fast --mode development", "start": "webpack-dev-server -d --host 0.0.0.0 --mode development", "deploy": "gh-pages -d dist" diff --git a/packages/vscode-extension-backend/package.json b/packages/vscode-extension-backend/package.json index 4f5eae6cbb0..3af83a84b56 100644 --- a/packages/vscode-extension-backend/package.json +++ b/packages/vscode-extension-backend/package.json @@ -67,8 +67,7 @@ "build": "yarn run build:fast", "build:prod:linux:darwin": "yarn run build --mode production --devtool none && yarn run test && yarn run test:it && yarn run package:prod", "build:prod:windows": "yarn run build --mode production --devtool none && yarn run test && yarn run package:prod", - "build:prod": "run-script-os", - "build:productization": "yarn run build:prod" + "build:prod": "run-script-os" }, "dependencies": { "@kogito-tooling/backend": "0.8.1", diff --git a/packages/vscode-extension-pack-kogito-kie-editors/package.json b/packages/vscode-extension-pack-kogito-kie-editors/package.json index 8a3b2ea9686..cf5cbc29694 100644 --- a/packages/vscode-extension-pack-kogito-kie-editors/package.json +++ b/packages/vscode-extension-pack-kogito-kie-editors/package.json @@ -115,8 +115,7 @@ "build": "yarn run build:fast", "build:prod:linux:darwin": "yarn run build --mode production --devtool none && yarn run test && yarn run test:it && yarn run package:prod", "build:prod:windows": "yarn run build --mode production --devtool none && yarn run test && yarn run package:prod", - "build:prod": "run-script-os", - "build:productization": "yarn run build:prod" + "build:prod": "run-script-os" }, "dependencies": { "@kogito-tooling/backend": "0.8.1", diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index c63692a928b..4361fc73b86 100644 --- a/packages/vscode-extension/package.json +++ b/packages/vscode-extension/package.json @@ -21,8 +21,7 @@ "watch": "webpack", "test": "jest --silent --verbose", "test:clearCache": "jest --clearCache", - "build:prod": "yarn run build --mode production --devtool none", - "build:productization": "yarn run build:prod" + "build:prod": "yarn run build --mode production --devtool none" }, "dependencies": { "@kogito-tooling/backend": "0.8.1", diff --git a/packages/workspace/package.json b/packages/workspace/package.json index 519a0171057..e783696d4ce 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -19,8 +19,7 @@ "test:clearCache": "jest --clearCache", "build:fast": "rm -rf dist && webpack", "build": "yarn run lint && yarn test && yarn run build:fast", - "build:prod": "yarn run build --mode production --devtool none", - "build:productization": "yarn run build:prod" + "build:prod": "yarn run build --mode production --devtool none" }, "babel": { "presets": [