Skip to content

Commit b61ec87

Browse files
committed
chore: copy over json files when running babel
1 parent 85e4195 commit b61ec87

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
@@ -32,7 +32,7 @@
3232
"prepublishOnly": "yarn build",
3333
"pretest": "yarn build",
3434
"test": "jest",
35-
"build": "babel --extensions .js,.ts src --out-dir lib",
35+
"build": "babel --extensions .js,.ts src --out-dir lib --copy-files",
3636
"postbuild": "rimraf lib/**/__tests__/**",
3737
"typecheck": "tsc -p ."
3838
},

0 commit comments

Comments
 (0)