make Netlify build the right thing now

This commit is contained in:
Brian Hicks 2023-04-17 15:48:15 -05:00
parent d3e8ad7ed4
commit e75dbf84d3
No known key found for this signature in database
GPG Key ID: C4F324B9CAAB0D50

View File

@ -15,7 +15,7 @@ if test -d public; then rm -rf public; fi
mkdir public
# build the interactive parts
(cd component-catalog && npx elm make Main.elm --output ../public/elm.js)
(cd component-catalog && npx elm make src/Main.elm --output ../public/elm.js)
npx browserify --entry component-catalog/manifest.js --outfile public/bundle.js
# copy static files