Skip to content

Commit

Permalink
webpack in prestart with comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ddfridley committed Aug 11, 2021
1 parent d9acf63 commit a9097a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ echo "transpile ok"
#echo '*************************************************************************'
#echo WEBPACK
#echo '*************************************************************************'

echo $npm_lifecycle_event
echo $npm_package_scripts_install

#npm run packbuild || {
#
# packbuild is moved to "prestart" in package.json. packbuild does not work when installing undebate as a package in another repo because the paths aren't right.
# but the main.js that would be created is not used when this is a package
#
# npm run packbuild || {
# echo Could not webpack;
# exit 1
#}
Expand Down

0 comments on commit a9097a8

Please sign in to comment.