Skip to content

Commit 2d7d8e1

Browse files
committed
[BUGFIX] Run webpack:build:live on install
1 parent 4aa6726 commit 2d7d8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ else
9999
grep -rl "Vendor" ./* -R | xargs sed -i '' "s/Vendor/${vendor##*/}/g"
100100
grep -rl "Yourext" ./* -R | xargs sed -i '' "s/Yourext/${package##*/}/g"
101101
pwd
102-
cd Resources/Build/ && npm install && gulp build
102+
cd Resources/Build/ && npm install && npm run webpack:build:live
103103
printf ${GREEN}
104104
echo
105105
echo "Your extension is now in $DIR."

0 commit comments

Comments
 (0)