Skip to content

Commit d85a528

Browse files
jrolfsgithub-actions[bot]
authored andcommitted
fix: ensure tsconfig.json is copied in build
1 parent 8d4939b commit d85a528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "node src test",
1515
"test:update": "node src test --updateSnapshot",
1616
"build": "run-p build:*",
17-
"build:source": "babel --source-maps --out-dir dist --ignore '**/__tests__/**','**/__mocks__/**' src",
17+
"build:source": "babel --source-maps --out-dir dist --ignore '**/__tests__/**','**/__mocks__/**' --copy-files --no-copy-ignored src",
1818
"build:types": "tsc -p src/",
1919
"lint": "node src lint",
2020
"format": "node src format",

0 commit comments

Comments
 (0)