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:
parent
affed049ee
commit
e48a53eb78
1 changed files with 1 additions and 1 deletions
|
@ -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/",
|
||||
|
|
Loading…
Reference in a new issue