Skip to content

Commit

Permalink
Compile the builtin sources as part of vercel build
Browse files Browse the repository at this point in the history
  • Loading branch information
dhleong committed Dec 13, 2020
1 parent 6423a49 commit 96416dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"create-build-report": "shadow-cljs run shadow.cljs.build-report app build-report.html && open build-report.html",
"create-build-report:worker": "shadow-cljs run shadow.cljs.build-report worker build-report.html && open build-report.html",
"build": "npm run build:css && npm run build:gh-pages && scripts/update-gh-pages-paths",
"build:vercel": "npm run build:css && npm run build:simple",
"build:top-level": "npm run build:css && npm run build:simple",
"build:vercel": "npm run build:top-level && scripts/compile-builtin-sources",
"build:css": "lessc less/site.less resources/public/css/site.css",
"build:simple": "shadow-cljs release :app :worker",
"build:debug": "shadow-cljs release :app :worker --config-merge '{:closure-defines {wish.config/gdrive-client-id \"661182319990-1uerkr0pue6k60a83atj2f58md95fb1b.apps.googleusercontent.com\"}}'",
Expand Down

0 comments on commit 96416dc

Please sign in to comment.