chore: specify which files to include in published packages

This commit is contained in:
Joakim Carlstein 2023-11-15 13:54:06 +01:00
parent 85decd792a
commit 3e0ff07a64
4 changed files with 16 additions and 0 deletions

View file

@ -17,6 +17,9 @@
"bin": {
"emigrate": "dist/cli.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc --pretty",
"build:watch": "tsc --pretty --watch"

View file

@ -14,6 +14,9 @@
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc --pretty",
"build:watch": "tsc --pretty --watch"

View file

@ -18,6 +18,9 @@
"types": "./dist/types.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc --pretty",
"build:watch": "tsc --pretty --watch",