Skip to content

Commit b9dcbca

Browse files
gitKrystanchriskrycho
authored andcommittedDec 15, 2022
Clean up public-types after pack
(cherry picked from commit 8ec4cd7)
1 parent ac77e64 commit b9dcbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
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": "npm-run-all --parallel 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": "npm-run-all lint:*",

0 commit comments

Comments
 (0)
Please sign in to comment.