Skip to content

Commit

Permalink
Add a specific build script for vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
dhleong committed Dec 13, 2020
1 parent 3d67bb5 commit 6423a49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"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: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 6423a49

Please sign in to comment.