chore(npm-build): update template
This commit is contained in:
parent
f769e332ce
commit
9f2c9eb85e
@ -8,6 +8,11 @@
|
|||||||
if [ "$FRONTEND_DIR" != "" ]; then
|
if [ "$FRONTEND_DIR" != "" ]; then
|
||||||
cd $FRONTEND_DIR
|
cd $FRONTEND_DIR
|
||||||
fi
|
fi
|
||||||
|
# Requires npm > 8.X
|
||||||
|
- >
|
||||||
|
if [ "$CI_COMMIT_TAG" != "" ]; then
|
||||||
|
npm --no-git-tag-version version from-git
|
||||||
|
fi
|
||||||
script:
|
script:
|
||||||
- npm run ci:build
|
- npm run ci:build
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user