Skip to content

Commit

Permalink
Include src in packages for source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Nov 19, 2024
1 parent 4bb4ea5 commit 12df29b
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 9 deletions.
5 changes: 4 additions & 1 deletion content-types/content-type-group-updated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
"browser": "dist/browser/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist",
"src",
"!src/**/*.test.*",
"tsconfig.json"
],
"scripts": {
"build": "yarn clean:dist && yarn rollup -c",
Expand Down
5 changes: 4 additions & 1 deletion content-types/content-type-primitives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
"browser": "dist/browser/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist",
"src",
"!src/**/*.test.*",
"tsconfig.json"
],
"scripts": {
"build": "yarn clean:dist && yarn rollup -c",
Expand Down
5 changes: 4 additions & 1 deletion content-types/content-type-reaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
"browser": "dist/browser/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist",
"src",
"!src/**/*.test.*",
"tsconfig.json"
],
"scripts": {
"build": "yarn clean:dist && yarn rollup -c",
Expand Down
5 changes: 4 additions & 1 deletion content-types/content-type-read-receipt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
"browser": "dist/browser/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist",
"src",
"!src/**/*.test.*",
"tsconfig.json"
],
"scripts": {
"build": "yarn clean:dist && yarn rollup -c",
Expand Down
5 changes: 4 additions & 1 deletion content-types/content-type-remote-attachment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
"browser": "dist/browser/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist",
"src",
"!src/**/*.test.*",
"tsconfig.json"
],
"scripts": {
"build": "yarn clean:dist && yarn rollup -c",
Expand Down
5 changes: 4 additions & 1 deletion content-types/content-type-reply/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
"browser": "dist/browser/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist",
"src",
"!src/**/*.test.*",
"tsconfig.json"
],
"scripts": {
"build": "yarn clean:dist && yarn rollup -c",
Expand Down
5 changes: 4 additions & 1 deletion content-types/content-type-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
"browser": "dist/browser/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist",
"src",
"!src/**/*.test.*",
"tsconfig.json"
],
"scripts": {
"build": "yarn clean:dist && yarn rollup -c",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
"browser": "dist/browser/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist",
"src",
"!src/**/*.test.*",
"tsconfig.json"
],
"scripts": {
"build": "yarn clean:dist && yarn rollup -c",
Expand Down
5 changes: 4 additions & 1 deletion packages/frames-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist",
"src",
"!src/**/*.test.*",
"tsconfig.json"
],
"scripts": {
"build": "yarn clean:dist && yarn rollup -c",
Expand Down

0 comments on commit 12df29b

Please sign in to comment.