mirror of
https://github.com/versia-pub/api.git
synced 2026-03-12 20:09:14 +01:00
feat(build): 👷 Don't minify/bundle/compile packages in release
This commit is contained in:
parent
c54558abdf
commit
4542750159
4 changed files with 18 additions and 5 deletions
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
|
@ -45,8 +45,9 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
|
||||
- name: Build
|
||||
run: bun run build
|
||||
# Code is not minified and bundled anymore
|
||||
#- name: Build
|
||||
# run: bun run build
|
||||
|
||||
- name: Change version in package.json to ${{ github.event.inputs.version }}, defaulting to the truncated commit hash
|
||||
run: 'sed -i ''s/"version": ".*"/"version": "${{ github.event.inputs.version }}"/'' package.json ${{ github.event.inputs.package }}/package.json ${{ github.event.inputs.package }}/jsr.jsonc'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue