Skip to content

Commit

Permalink
fix(): Every markdown file in root is now copied to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Attila Max Ruf committed May 20, 2017
1 parent 3254530 commit db81347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scripts": {
"clean": "rm -rf build dist",
"prebuild": "git submodule update --init && npm run clean && mkdir build dist",
"build": "node build.js && babel build --out-dir dist && cp *LICENSE dist",
"build": "node build.js && babel build --out-dir dist && cp *LICENSE dist && cp *.md dist",
"prepublish": "cd .. && npm run build && cd ./dist"
},
"peerDependencies": {
Expand Down

0 comments on commit db81347

Please sign in to comment.