Skip to content

Commit 385184e

Browse files
committed
build(lib): copy readme and license
1 parent 1fbebb9 commit 385184e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

lib/.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
dist
1+
dist
2+
3+
demo.gif
4+
LICENSE
5+
README.md

lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}
5959
},
6060
"scripts": {
61-
"prepare": "bob build"
61+
"prepare": "cp ../README.md ../LICENSE ../demo.gif ./ && bob build"
6262
},
6363
"files": [
6464
"src",

0 commit comments

Comments
 (0)