mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Improve initial compilation and add worker compilation to dist.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user