Add heroku-postbuild

pull/645/head
Tienson Qin 2020-04-10 13:54:50 +08:00
parent a6625c64dd
commit 91395f1cbf
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,8 @@
"name": "logseq",
"engines": {
"node": "11.15.x",
"npm": "6.13.x"
"npm": "6.13.x",
"yarn": "1.22.0"
},
"version": "0.0.1",
"private": true,
@ -10,6 +11,7 @@
"shadow-cljs": "2.8.81"
},
"scripts": {
"heroku-postbuild": "./bin/build",
"watch": "clj -A:cljs watch app",
"release": "clj -A:cljs release app",
"clean": "rm -rf target; rm -rf resources/public/js/compiled; rm -rf resources/public/js/cljs-runtime"