analytics/compile

5 lines
129 B
Plaintext
Raw Normal View History

2019-09-02 14:29:19 +03:00
cd $phoenix_dir
2020-03-06 12:15:16 +03:00
NODE_ENV=production npm --prefix ./assets run deploy
2019-09-02 14:29:19 +03:00
mix "${phoenix_ex}.digest"
mix "${phoenix_ex}.digest.clean"