Skip to content

Commit

Permalink
these all build when the whole monorepo prepares
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Nov 23, 2022
1 parent 2462932 commit e0bd093
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 15 deletions.
1 change: 0 additions & 1 deletion packages/addon-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"src/**/*.js.map"
],
"scripts": {
"prepare": "tsc",
"test": "jest"
},
"dependencies": {
Expand Down
4 changes: 1 addition & 3 deletions packages/addon-shim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"doc": "doc",
"test": "tests"
},
"scripts": {
"prepare": "tsc"
},
"scripts": {},
"dependencies": {
"@embroider/shared-internals": "^2.0.0",
"broccoli-funnel": "^3.0.8",
Expand Down
1 change: 0 additions & 1 deletion packages/compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"embroider-compat-audit": "./src/audit-cli.js"
},
"scripts": {
"prepare": "tsc",
"test": "jest"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"src/**/*.js.map"
],
"scripts": {
"prepare": "tsc",
"test": "jest"
},
"dependencies": {
Expand Down
4 changes: 1 addition & 3 deletions packages/hbs-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
"src/**/*.d.ts",
"src/**/*.js.map"
],
"scripts": {
"prepare": "tsc"
},
"scripts": {},
"dependencies": {},
"devDependencies": {
"@types/node": "^15.12.2",
Expand Down
1 change: 0 additions & 1 deletion packages/macros/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"src/**/*.js.map"
],
"scripts": {
"prepare": "tsc",
"test": "jest"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/shared-internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"src/**/*.js.map"
],
"scripts": {
"prepare": "tsc",
"test": "jest"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"test": "tests"
},
"scripts": {
"prepare": "tsc",
"build": "ember build --environment=production",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
Expand Down
4 changes: 1 addition & 3 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
"src/**/*.d.ts",
"src/**/*.js.map"
],
"scripts": {
"prepare": "tsc"
},
"scripts": {},
"dependencies": {
"@babel/core": "^7.14.5",
"@embroider/babel-loader-8": "2.0.0",
Expand Down

0 comments on commit e0bd093

Please sign in to comment.