Skip to content

Commit 8ec4cd7

Browse files
committed
Clean up public-types after pack
1 parent 43c2bf3 commit 8ec4cd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"build:js": "yarn babel --extensions '.ts' --presets @babel/preset-typescript addon-test-support --out-dir addon-test-support/ --ignore '**/*.d.ts'",
2828
"build": "concurrently \"npm:build:*\" --names \"build:\"",
2929
"prepack": "yarn build",
30-
"postpack": "rimraf addon-test-support/**/*.js",
30+
"postpack": "rimraf addon-test-support/**/*.js public-types",
3131
"clean": "git clean -x -f",
3232
"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",
3333
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",

0 commit comments

Comments
 (0)