Skip to content

Commit

Permalink
remove build:productization (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginxo authored Dec 10, 2020
1 parent bbccf26 commit 6281626
Show file tree
Hide file tree
Showing 23 changed files with 17 additions and 40 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
3 changes: 1 addition & 2 deletions packages/channel-common-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
3 changes: 1 addition & 2 deletions packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
3 changes: 1 addition & 2 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
3 changes: 1 addition & 2 deletions packages/envelope-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
3 changes: 1 addition & 2 deletions packages/envelope/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
1 change: 0 additions & 1 deletion packages/guided-tour/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
3 changes: 1 addition & 2 deletions packages/hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
3 changes: 1 addition & 2 deletions packages/i18n-common-dictionary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
3 changes: 1 addition & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
3 changes: 1 addition & 2 deletions packages/keyboard-shortcuts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
3 changes: 1 addition & 2 deletions packages/kie-bc-editors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
1 change: 0 additions & 1 deletion packages/kie-editors-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
1 change: 0 additions & 1 deletion packages/online-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
3 changes: 1 addition & 2 deletions packages/pmml-editor-marshaller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
1 change: 0 additions & 1 deletion packages/pmml-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions packages/vscode-extension-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions packages/workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 6281626

Please sign in to comment.