0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-08 08:09:14 -05:00

🎉 Add helper script to run collect on messages from npm.

This commit is contained in:
Andrey Antukh 2021-01-22 14:33:44 +01:00 committed by Alonso Torres
parent bea093e8da
commit 47a77ae1e2

View file

@ -11,7 +11,9 @@
"browserslist": [ "browserslist": [
"defaults" "defaults"
], ],
"scripts": {}, "scripts": {
"collect-locales": "clojure -Adev locales.clj collect src/app/main/ resources/locales.json"
},
"devDependencies": { "devDependencies": {
"autoprefixer": "^10.1.0", "autoprefixer": "^10.1.0",
"gulp": "4.0.2", "gulp": "4.0.2",