Skip to content

Commit 9baaeeb

Browse files
committed
fix ember package script
1 parent c1b599b commit 9baaeeb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/ember/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*",
2323
"lint:hbs": "ember-template-lint .",
2424
"lint:js": "eslint . --cache --cache-location '../../eslintcache/'",
25-
"package": "pack",
26-
"pack": "npm pack",
25+
"package": "run-s prepack && npm pack && run-s postpack",
2726
"prepack": "ember ts:precompile",
2827
"postpack": "ember ts:clean",
2928
"start": "ember serve",

0 commit comments

Comments
 (0)