Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 8c02581

Browse files
tabcataphelionz
authored andcommitted
fix src -> dist cp
1 parent 3d6c1dc commit 8c02581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ cp node_modules/react/dist/JSXTransformer.js dist/lib/
99
cp node_modules/director/build/director.js dist/lib/
1010
cp node_modules/orbit-db/dist/orbitdb.min.js dist/lib/
1111
cp node_modules/ipfs/dist/index.min.js dist/lib/ipfs.min.js
12-
cp -R src/ dist/src/
12+
cp -R src/ dist/
1313
cp index.dist.html dist/index.html

0 commit comments

Comments
 (0)