We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package
1 parent 810831d commit 9ecc33bCopy full SHA for 9ecc33b
packages/ember/package.json
@@ -22,8 +22,7 @@
22
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*",
23
"lint:hbs": "ember-template-lint .",
24
"lint:js": "eslint . --cache --cache-location '../../eslintcache/'",
25
- "package": "pack",
26
- "pack": "npm pack",
+ "package": "run-s prepack && npm pack && run-s postpack",
27
"prepack": "ember ts:precompile",
28
"postpack": "ember ts:clean",
29
"start": "ember serve",
0 commit comments