We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5e928 commit 170fc6fCopy full SHA for 170fc6f
packages/ember/package.json
@@ -18,13 +18,11 @@
18
},
19
"scripts": {
20
"build": "ember build --environment=production",
21
- "build:npm": "run-s prepack && npm pack && run-s postpack",
+ "build:npm": "ember ts:precompile && npm pack && ember ts:clean",
22
"link:yarn": "yarn link",
23
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*",
24
"lint:hbs": "ember-template-lint .",
25
"lint:js": "eslint . --cache --cache-location '../../eslintcache/'",
26
- "prepack": "ember ts:precompile",
27
- "postpack": "ember ts:clean",
28
"start": "ember serve",
29
"test": "ember try:each",
30
"test:all": "node ./scripts/run-CI-tests.js"
0 commit comments