Skip to content

Commit 170fc6f

Browse files
committed
inline pre-/postpack with pack in ember package.json
1 parent de5e928 commit 170fc6f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/ember/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@
1818
},
1919
"scripts": {
2020
"build": "ember build --environment=production",
21-
"build:npm": "run-s prepack && npm pack && run-s postpack",
21+
"build:npm": "ember ts:precompile && npm pack && ember ts:clean",
2222
"link:yarn": "yarn link",
2323
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*",
2424
"lint:hbs": "ember-template-lint .",
2525
"lint:js": "eslint . --cache --cache-location '../../eslintcache/'",
26-
"prepack": "ember ts:precompile",
27-
"postpack": "ember ts:clean",
2826
"start": "ember serve",
2927
"test": "ember try:each",
3028
"test:all": "node ./scripts/run-CI-tests.js"

0 commit comments

Comments
 (0)