mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-08 07:27:44 +03:00
make Netlify build the right thing now
This commit is contained in:
parent
d3e8ad7ed4
commit
e75dbf84d3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user