Skip to content

Commit cee450b

Browse files
committed
Revert "Adding script for project.json generation for sub-packages"
This reverts commit 5ecbdd8.
1 parent 5ecbdd8 commit cee450b

File tree

13 files changed

+12
-76
lines changed

13 files changed

+12
-76
lines changed

packages/ant-component-mapper/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@
88
"license": "Apache-2.0",
99
"scripts": {
1010
"start": "webpack-dev-server --config ./config/webpack.config.js --open --hot",
11-
"build": "yarn build:cjs && yarn build:esm && yarn build:typings && yarn build:packages && yarn build:sub-projects && yarn build:css",
11+
"build": "yarn build:cjs && yarn build:esm && yarn build:typings && yarn build:packages && yarn build:css",
1212
"build:cjs": "BABEL_ENV=cjs babel src --out-dir ./ --ignore \"src/tests/*\"",
1313
"build:esm": "BABEL_ENV=esm babel src --out-dir ./esm --ignore \"src/tests/*\"",
1414
"build:typings": "node ../../scripts/generate-typings.js",
1515
"build:packages": "node ../../scripts/generate-packages.js",
16-
"build:sub-projects": "node ../../scripts/generate-sub-projects.js",
1716
"vendor": "webpack --env vendor --config ./config/webpack.config.js",
1817
"build:css": "node ../../scripts/copy-css.js",
1918
"test": "yarn --cwd ../.. test packages/ant-component-mapper"

packages/ant-component-mapper/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"outputs": [
1111
"{projectRoot}/index.js",
1212
"{projectRoot}/esm",
13-
"{projectRoot}/*.d.ts",
14-
"{projectRoot}/*/project.json"
13+
"{projectRoot}/*.d.ts"
1514
],
1615
"options": {
1716
"command": "yarn build",

packages/blueprint-component-mapper/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@
88
"license": "Apache-2.0",
99
"scripts": {
1010
"start": "webpack-dev-server --config ./config/webpack.config.js --open --hot",
11-
"build": "yarn build:cjs && yarn build:esm && yarn build:typings && yarn build:packages && yarn build:sub-projects",
11+
"build": "yarn build:cjs && yarn build:esm && yarn build:typings && yarn build:packages",
1212
"build:cjs": "BABEL_ENV=cjs babel src --out-dir ./ --ignore \"src/tests/*\"",
1313
"build:esm": "BABEL_ENV=esm babel src --out-dir ./esm --ignore \"src/tests/*\"",
1414
"build:typings": "node ../../scripts/generate-typings.js",
1515
"build:packages": "node ../../scripts/generate-packages.js",
16-
"build:sub-projects": "node ../../scripts/generate-sub-projects.js",
1716
"test": "yarn --cwd ../.. test packages/blueprint-component-mapper"
1817
},
1918
"homepage": "https://data-driven-forms.org/",

packages/blueprint-component-mapper/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"outputs": [
1212
"{projectRoot}/index.js",
1313
"{projectRoot}/esm",
14-
"{projectRoot}/*.d.ts",
15-
"{projectRoot}/*/project.json"
14+
"{projectRoot}/*.d.ts"
1615
],
1716
"options": {
1817
"command": "yarn build",

packages/carbon-component-mapper/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@
88
"license": "Apache-2.0",
99
"scripts": {
1010
"start": "webpack-dev-server --config ./config/webpack.config.js --open --hot",
11-
"build": "yarn build:cjs && yarn build:esm && yarn build:typings && yarn build:packages && yarn build:sub-projects",
11+
"build": "yarn build:cjs && yarn build:esm && yarn build:typings && yarn build:packages",
1212
"build:cjs": "BABEL_ENV=cjs babel src --out-dir ./ --ignore \"src/tests/*\"",
1313
"build:esm": "BABEL_ENV=esm babel src --out-dir ./esm --ignore \"src/tests/*\"",
1414
"build:typings": "node ../../scripts/generate-typings.js",
1515
"build:packages": "node ../../scripts/generate-packages.js",
16-
"build:sub-projects": "node ../../scripts/generate-sub-projects.js",
1716
"test": "yarn --cwd ../.. test packages/carbon-component-mapper"
1817
},
1918
"homepage": "https://data-driven-forms.org/",

packages/carbon-component-mapper/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"outputs": [
1212
"{projectRoot}/index.js",
1313
"{projectRoot}/esm",
14-
"{projectRoot}/*.d.ts",
15-
"{projectRoot}/*/project.json"
14+
"{projectRoot}/*.d.ts"
1615
],
1716
"options": {
1817
"command": "yarn build",

packages/mui-component-mapper/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@
88
"license": "Apache-2.0",
99
"scripts": {
1010
"start": "webpack-dev-server --config ./config/webpack.config.js --open --hot --port=8003",
11-
"build": "yarn build:cjs && yarn build:esm && yarn build:typings && yarn build:packages && yarn build:sub-projects",
11+
"build": "yarn build:cjs && yarn build:esm && yarn build:typings && yarn build:packages",
1212
"build:cjs": "BABEL_ENV=cjs babel src --out-dir ./ --ignore \"src/tests/*\"",
1313
"build:esm": "BABEL_ENV=esm babel src --out-dir ./esm --ignore \"src/tests/*\"",
1414
"build:typings": "node ../../scripts/generate-typings.js",
1515
"build:packages": "node ../../scripts/generate-packages.js",
16-
"build:sub-projects": "node ../../scripts/generate-sub-projects.js",
1716
"vendor": "webpack --env vendor --config ./config/webpack.config.js",
1817
"test": "yarn --cwd ../.. test packages/mui-component-mapper"
1918
},

packages/mui-component-mapper/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"outputs": [
1212
"{projectRoot}/index.js",
1313
"{projectRoot}/esm",
14-
"{projectRoot}/*.d.ts",
15-
"{projectRoot}/*/project.json"
14+
"{projectRoot}/*.d.ts"
1615
],
1716
"options": {
1817
"command": "yarn build",

packages/pf4-component-mapper/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@
88
"license": "Apache-2.0",
99
"scripts": {
1010
"start": "webpack-dev-server --config ./config/webpack.config.js --open --hot",
11-
"build": "yarn build:cjs && yarn build:esm && yarn build:typings && yarn build:packages && yarn build:sub-projects && yarn build:css",
11+
"build": "yarn build:cjs && yarn build:esm && yarn build:typings && yarn build:packages && yarn build:css",
1212
"build:cjs": "BABEL_ENV=cjs babel src --out-dir ./ --ignore \"src/tests/*\"",
1313
"build:esm": "BABEL_ENV=esm babel src --out-dir ./esm --ignore \"src/tests/*\"",
1414
"build:typings": "node ../../scripts/generate-typings.js",
1515
"build:packages": "node ../../scripts/generate-packages.js",
16-
"build:sub-projects": "node ../../scripts/generate-sub-projects.js",
1716
"build:css": "node ../../scripts/copy-css.js",
1817
"test": "yarn --cwd ../.. test packages/pf4-component-mapper"
1918
},

packages/pf4-component-mapper/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"outputs": [
1212
"{projectRoot}/index.js",
1313
"{projectRoot}/esm",
14-
"{projectRoot}/*.d.ts",
15-
"{projectRoot}/*/project.json"
14+
"{projectRoot}/*.d.ts"
1615
],
1716
"options": {
1817
"command": "yarn build",

0 commit comments

Comments
 (0)