0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-04 13:50:12 -05:00

Enable build --debug

This commit is contained in:
Andrey Antukh 2024-12-20 10:03:38 +01:00
parent affed049ee
commit e48a53eb78

View file

@ -23,7 +23,7 @@
"build:wasm": "../render-wasm/build",
"build:storybook:cljs": "clojure -M:dev:shadow-cljs compile storybook",
"build:app:libs": "node ./scripts/build-libs.js",
"build:app:main": "clojure -M:dev:shadow-cljs release main worker",
"build:app:main": "clojure -M:dev:shadow-cljs release main worker --debug",
"build:app": "yarn run build:app:main && yarn run build:app:libs",
"e2e:server": "node ./scripts/e2e-server.js",
"fmt:clj": "cljfmt fix --parallel=true src/ test/",