We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b555561 commit 0967ac7Copy full SHA for 0967ac7
.npmignore
@@ -1,6 +1,6 @@
1
.idea/
2
node_modules/
3
-demo/
+website/
4
5
.DS_Store
6
.gitignore
make.sh
@@ -6,7 +6,7 @@ root=$(cd $(dirname $0); pwd)
7
clean() {
8
rm -rf $root/node_modules
9
- rm -rf $root/demo/node_modules
+ rm -rf $root/website/demo/node_modules
10
}
11
12
install() {
0 commit comments