chore: specify which files to include in published packages
This commit is contained in:
parent
85decd792a
commit
3e0ff07a64
4 changed files with 16 additions and 0 deletions
7
.changeset/cold-nails-film.md
Normal file
7
.changeset/cold-nails-film.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
'@emigrate/plugin-generate-js': patch
|
||||
'@emigrate/plugin-tools': patch
|
||||
'emigrate': patch
|
||||
---
|
||||
|
||||
Specify files to include in published NPM package
|
||||
|
|
@ -17,6 +17,9 @@
|
|||
"bin": {
|
||||
"emigrate": "dist/cli.js"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc --pretty",
|
||||
"build:watch": "tsc --pretty --watch"
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@
|
|||
"types": "./dist/index.d.ts"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc --pretty",
|
||||
"build:watch": "tsc --pretty --watch"
|
||||
|
|
|
|||
|
|
@ -18,6 +18,9 @@
|
|||
"types": "./dist/types.d.ts"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc --pretty",
|
||||
"build:watch": "tsc --pretty --watch",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue