File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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:\" " ,
160160 "typesVersions" : {
161161 "*" : {
162162 "*" : [
163- " public-types/addon-test-support/ @ember/test-helpers/*"
163+ " public-types/@ember/test-helpers/*"
164164 ]
165165 }
166166 }
You can’t perform that action at this time.
0 commit comments