mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
fix(editor): add yarn test and fix CI
This commit is contained in:
@@ -25,11 +25,13 @@
|
||||
"release-publishing": "run-s cljs:release-publishing gulp:build",
|
||||
"dev-release-app": "run-s cljs:dev-release-app gulp:build",
|
||||
"clean": "gulp clean",
|
||||
"test": "run-s cljs:test cljs:run-test",
|
||||
"gulp:watch": "gulp watch",
|
||||
"gulp:build": "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",
|
||||
"cljs:run-test": "node static/tests.js",
|
||||
"cljs:watch-app": "clojure -M:cljs watch app",
|
||||
"cljs:release-app": "clojure -M:cljs release app",
|
||||
"cljs:release-publishing": "clojure -M:cljs release publishing",
|
||||
|
||||
Reference in New Issue
Block a user