+now metactl.ci.web spy re-builds JS/SCSS files with webpack
This commit is contained in:
parent
e108bd696f
commit
0e277ede09
|
@ -28,6 +28,9 @@ while true; do
|
||||||
# 2. Update submodule 'vhost'
|
# 2. Update submodule 'vhost'
|
||||||
git submodule update --remote;
|
git submodule update --remote;
|
||||||
|
|
||||||
|
# 3. Re-build js/scss
|
||||||
|
npm run build;
|
||||||
|
|
||||||
# ...
|
# ...
|
||||||
|
|
||||||
# N. Recreate trigger
|
# N. Recreate trigger
|
||||||
|
|
Loading…
Reference in New Issue