mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
More fixes on deploy scripts.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "gulp",
|
||||
"dist": "./scripts/dist && gulp dist",
|
||||
"dist": "gulp clean && ./scripts/dist && gulp dist",
|
||||
"clean": "gulp clean",
|
||||
"figwheel": "./scripts/figwheel",
|
||||
"test-watch": "./scripts/watch",
|
||||
|
||||
Reference in New Issue
Block a user