Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: copy over json files when running babel
  • Loading branch information
SimenB committed Aug 6, 2019
1 parent 85e4195 commit b61ec87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"prepublishOnly": "yarn build",
"pretest": "yarn build",
"test": "jest",
"build": "babel --extensions .js,.ts src --out-dir lib",
"build": "babel --extensions .js,.ts src --out-dir lib --copy-files",
"postbuild": "rimraf lib/**/__tests__/**",
"typecheck": "tsc -p ."
},
Expand Down

0 comments on commit b61ec87

Please sign in to comment.