Skip to content

Commit 760d652

Browse files
committed
updated installation script
1 parent 41fe965 commit 760d652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
echo 'Installing Contentstack CLI'
4-
npm run setup-repo || { echo -e '\e[31mFailed to install root dependencies.' && exit 1; }
4+
npm run setup || { echo -e '\e[31mFailed to install root dependencies.' && exit 1; }
55
echo 'Installtion, Done!!!'
66
cd packages/contentstack || { echo -e '\e[31mCould not found the working directory.' && exit 1; }
77
./bin/run --help

0 commit comments

Comments
 (0)