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.
1 parent 43c2bf3 commit 8ec4cd7Copy full SHA for 8ec4cd7
1 file changed
package.json
@@ -27,7 +27,7 @@
27
"build:js": "yarn babel --extensions '.ts' --presets @babel/preset-typescript addon-test-support --out-dir addon-test-support/ --ignore '**/*.d.ts'",
28
"build": "concurrently \"npm:build:*\" --names \"build:\"",
29
"prepack": "yarn build",
30
- "postpack": "rimraf addon-test-support/**/*.js",
+ "postpack": "rimraf addon-test-support/**/*.js public-types",
31
"clean": "git clean -x -f",
32
"docs": "documentation build --document-exported \"addon-test-support/@ember/test-helpers/index.js\" --config documentation.yml --markdown-toc-max-depth 3 -f md -o API.md",
33
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
0 commit comments