mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
Improve initial compilation and add worker compilation to dist.
This commit is contained in:
parent
280c272c2a
commit
2ef31f3e08
2 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
"watch": "gulp",
|
||||
"dist": "gulp clean && ./scripts/dist && gulp dist",
|
||||
"clean": "gulp clean",
|
||||
"figwheel": "./scripts/figwheel",
|
||||
"figwheel": "./scripts/build-worker && ./scripts/figwheel",
|
||||
"test-watch": "./scripts/watch",
|
||||
"test-build": "./scripts/build"
|
||||
},
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
lein trampoline run -m clojure.main scripts/build-worker.clj
|
||||
lein trampoline run -m clojure.main scripts/dist.clj
|
||||
|
|
Loading…
Reference in a new issue