Skip to content

Commit f3907f5

Browse files
authored
chore: Let the files field include blueprints (#42)
Co-authored-by: ijlee2 <[email protected]>
1 parent 05f144b commit f3907f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,19 @@
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",

0 commit comments

Comments
 (0)