Skip to content

Commit

Permalink
Clean up public-types after pack
Browse files Browse the repository at this point in the history
(cherry picked from commit 8ec4cd7)
  • Loading branch information
gitKrystan authored and chriskrycho committed Dec 15, 2022
1 parent ac77e64 commit b9dcbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"build:js": "yarn babel --extensions '.ts' --presets @babel/preset-typescript addon-test-support --out-dir addon-test-support/ --ignore '**/*.d.ts'",
"build": "npm-run-all --parallel build:*",
"prepack": "yarn build",
"postpack": "rimraf addon-test-support/**/*.js",
"postpack": "rimraf addon-test-support/**/*.js public-types",
"clean": "git clean -x -f",
"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",
"lint": "npm-run-all lint:*",
Expand Down

0 comments on commit b9dcbca

Please sign in to comment.