Skip to content

Commit 1cbc093

Browse files
committed
chore: bump version for dev builds
1 parent d72847e commit 1cbc093

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-dev-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
composer install --no-dev --prefer-dist --no-progress
3030
- name: Create zip
3131
run: |
32+
npm ci
3233
CURRENT_VERSION=$(node -p -e "require('./package.json').version")
3334
COMMIT_HASH=$(git rev-parse --short HEAD)
3435
DEV_VERSION="${CURRENT_VERSION}-dev.${COMMIT_HASH}"

0 commit comments

Comments
 (0)