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