2019-06-03 16:51:20 +02:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
source ~/.bashrc
|
|
|
|
|
2019-07-04 09:40:17 +02:00
|
|
|
npm ci
|
2019-07-04 09:24:20 +02:00
|
|
|
|
2019-06-03 16:51:20 +02:00
|
|
|
npm run dist:clean || exit 1;
|
|
|
|
npm run dist:assets || exit 1;
|
2019-07-04 09:40:17 +02:00
|
|
|
npm run dist:all || exit 1;
|