mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: mkdir not works for nfs
Also, fix readme
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
"tailwindcss": "^1.3.4"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "run-p cljs:watch gulp:watch",
|
||||
"watch": "run-p cljs:watch gulp:build gulp:watch",
|
||||
"release": "run-s cljs:release gulp:build",
|
||||
"watch-app": "run-p cljs:watch-app gulp:watch",
|
||||
"release-app": "run-s cljs:release-app gulp:build",
|
||||
@@ -28,7 +28,7 @@
|
||||
"test": "run-s cljs:test cljs:run-test",
|
||||
"report": "run-s cljs:report",
|
||||
"gulp:watch": "gulp watch",
|
||||
"gulp:build": "NODE_ENV=production gulp build",
|
||||
"gulp:build": "cross-env NODE_ENV=production gulp build",
|
||||
"cljs:watch": "clojure -M:cljs watch app publishing",
|
||||
"cljs:release": "clojure -M:cljs release app publishing",
|
||||
"cljs:test": "clojure -A:test compile test",
|
||||
@@ -42,6 +42,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"codemirror": "^5.58.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"diff": "^4.0.2",
|
||||
"dropbox": "^5.2.0",
|
||||
"ignore": "^5.1.8",
|
||||
|
||||
Reference in New Issue
Block a user