Updated npm scripts

pull/645/head
Tienson Qin 2020-04-11 22:37:46 +08:00
parent 78592ced5d
commit f8a1e8ff25
1 changed files with 4 additions and 4 deletions

View File

@ -6,10 +6,10 @@
"shadow-cljs": "2.8.81"
},
"scripts": {
"watch": "npx shadow-cljs watch app",
"release": "npx shadow-cljs release app",
"debug": "npx shadow-cljs release app --debug",
"report": "npx shadow-cljs run shadow.cljs.build-report app report.html",
"watch": "clojure -A:cljs watch app",
"release": "clojure -A:cljs release app",
"debug": "clojure -A:cljs release app --debug",
"report": "clojure -A:cljs run shadow.cljs.build-report app report.html",
"clean": "/usr/bin/rm -rf target; /usr/bin/rm -rf ../resources/static/js/compiled; /usr/bin/rm -rf ../resources/static/js/cljs-runtime; /usr/bin/rm ../resources/static/js/main.js.map; /usr/bin/rm ../resources/static/js/manifest.edn"
},
"dependencies": {