We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa6726 commit 2d7d8e1Copy full SHA for 2d7d8e1
start.sh
@@ -99,7 +99,7 @@ else
99
grep -rl "Vendor" ./* -R | xargs sed -i '' "s/Vendor/${vendor##*/}/g"
100
grep -rl "Yourext" ./* -R | xargs sed -i '' "s/Yourext/${package##*/}/g"
101
pwd
102
- cd Resources/Build/ && npm install && gulp build
+ cd Resources/Build/ && npm install && npm run webpack:build:live
103
printf ${GREEN}
104
echo
105
echo "Your extension is now in $DIR."
0 commit comments