Skip to content

Commit 1f90e00

Browse files
committed
rename plugin to match wordpress store
1 parent 9bd610c commit 1f90e00

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ npm-debug.log*
2222
yarn-debug.log*
2323
yarn-error.log*
2424
*.zip
25-
coco-bot/build
25+
cocohub/build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
```bash
55
./build.sh
66
```
7-
This will create coco-bot.zip file. This is the built plugin, upload it to a wordpress installation.
7+
This will create cocohub.zip file. This is the built plugin, upload it to a wordpress installation.
88

99
Use with the shortcode [cocobot]
1010

build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cd frontend
33
npm ci
44
npm run build
55
cd ..
6-
rm -rf coco-bot/build
7-
mv frontend/build coco-bot/build
8-
if [ -f coco-bot.zip ]; then rm coco-bot.zip; fi
9-
zip -r coco-bot.zip coco-bot/*
6+
rm -rf cocohub/build
7+
mv frontend/build cocohub/build
8+
if [ -f cocohub.zip ]; then rm cocohub.zip; fi
9+
zip -r cocohub.zip cocohub/*

build_fast.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cd frontend
33
npm run build
44
cd ..
5-
rm -rf coco-bot/build
6-
mv frontend/build coco-bot/build
7-
if [ -f coco-bot.zip ]; then rm coco-bot.zip; fi
8-
zip -r coco-bot.zip coco-bot/*
5+
rm -rf cocohub/build
6+
mv frontend/build cocohub/build
7+
if [ -f cocohub.zip ]; then rm cocohub.zip; fi
8+
zip -r cocohub.zip cocohub/*
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)