We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
emberjs
Learn more about funding links in repositories.
Report abuse
1 parent ac77e64 commit b9dcbcaCopy full SHA for b9dcbca
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": "npm-run-all --parallel 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": "npm-run-all lint:*",
0 commit comments