We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tsconfig.json
1 parent 3214e86 commit 9ff287aCopy full SHA for 9ff287a
package.json
@@ -14,7 +14,7 @@
14
"test": "node src test",
15
"test:update": "node src test --updateSnapshot",
16
"build": "run-p build:*",
17
- "build:source": "babel --source-maps --out-dir dist --ignore '**/__tests__/**','**/__mocks__/**' src",
+ "build:source": "babel --source-maps --out-dir dist --ignore '**/__tests__/**','**/__mocks__/**' --copy-files --no-copy-ignored src",
18
"build:types": "tsc -p src/",
19
"lint": "node src lint",
20
"format": "node src format",
0 commit comments