update build script

This commit is contained in:
Jacob Overgaard
2023-12-04 10:20:16 +01:00
parent f2ffd9a4d7
commit 27e3f70d97

View File

@@ -52,7 +52,7 @@ jobs:
registry-url: https://registry.npmjs.org/
scope: '@umbraco-cms'
- run: npm ci
- run: npm run build:for:npm
- run: npm run build
- name: Calculate version
run: |
if [ -z "${{inputs.version}}" ]; then