misc: naming refactor on build process

This commit is contained in:
Andrey Antukh 2019-07-04 11:56:52 +02:00
parent 6a75eb893c
commit 5ecd86ba02
11 changed files with 76 additions and 84 deletions

View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
source ~/.bashrc
npm ci
npm run dist:clean || exit 1;
npm run dist:assets || exit 1;
npm run dist:all || exit 1;