Skip to content

Commit 0967ac7

Browse files
committed
fixes
1 parent b555561 commit 0967ac7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.idea/
22
node_modules/
3-
demo/
3+
website/
44

55
.DS_Store
66
.gitignore

make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ root=$(cd $(dirname $0); pwd)
66

77
clean() {
88
rm -rf $root/node_modules
9-
rm -rf $root/demo/node_modules
9+
rm -rf $root/website/demo/node_modules
1010
}
1111

1212
install() {

0 commit comments

Comments
 (0)