File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2424 "test" : " tests"
2525 },
2626 "files" : [
27+ " blueprints" ,
2728 " dist"
2829 ],
2930 "scripts" : {
30- "build" : " tsc --project tsconfig.build.json && chmod +x dist/bin/ember-codemod-v1-to-v2.js && cp -r blueprints dist/blueprints " ,
31+ "build" : " tsc --project tsconfig.build.json && chmod +x dist/bin/ember-codemod-v1-to-v2.js" ,
3132 "changelog" : " lerna-changelog" ,
3233 "lint" : " concurrently \" npm:lint:*(!fix)\" --names \" lint:\" " ,
3334 "lint:fix" : " concurrently \" npm:lint:*:fix\" --names \" fix:\" " ,
3435 "lint:js" : " eslint . --cache" ,
3536 "lint:js:fix" : " eslint . --fix" ,
3637 "lint:types" : " tsc --noEmit" ,
3738 "prepare" : " pnpm build" ,
38- "test" : " tsc --build && cp -r blueprints dist/blueprints && mt dist-for-testing --quiet"
39+ "test" : " tsc --build && mt dist-for-testing --quiet"
3940 },
4041 "dependencies" : {
4142 "@codemod-utils/blueprints" : " ^0.2.0" ,
You can’t perform that action at this time.
0 commit comments