diff --git a/.changeset/cold-nails-film.md b/.changeset/cold-nails-film.md new file mode 100644 index 0000000..aa323c5 --- /dev/null +++ b/.changeset/cold-nails-film.md @@ -0,0 +1,7 @@ +--- +'@emigrate/plugin-generate-js': patch +'@emigrate/plugin-tools': patch +'emigrate': patch +--- + +Specify files to include in published NPM package diff --git a/packages/emigrate/package.json b/packages/emigrate/package.json index 9033e9b..b705d5e 100644 --- a/packages/emigrate/package.json +++ b/packages/emigrate/package.json @@ -17,6 +17,9 @@ "bin": { "emigrate": "dist/cli.js" }, + "files": [ + "dist" + ], "scripts": { "build": "tsc --pretty", "build:watch": "tsc --pretty --watch" diff --git a/packages/plugin-generate-js/package.json b/packages/plugin-generate-js/package.json index 6444931..97e324c 100644 --- a/packages/plugin-generate-js/package.json +++ b/packages/plugin-generate-js/package.json @@ -14,6 +14,9 @@ "types": "./dist/index.d.ts" } }, + "files": [ + "dist" + ], "scripts": { "build": "tsc --pretty", "build:watch": "tsc --pretty --watch" diff --git a/packages/plugin-tools/package.json b/packages/plugin-tools/package.json index 08a86f9..dcf4a25 100644 --- a/packages/plugin-tools/package.json +++ b/packages/plugin-tools/package.json @@ -18,6 +18,9 @@ "types": "./dist/types.d.ts" } }, + "files": [ + "dist" + ], "scripts": { "build": "tsc --pretty", "build:watch": "tsc --pretty --watch",