Skip to content

Commit e86229e

Browse files
authored
Merge pull request #8 from trieb-work/feat-tsup
Feat: tsup
2 parents 6e46ff7 + ccf122a commit e86229e

File tree

5 files changed

+3622
-2640
lines changed

5 files changed

+3622
-2640
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ on:
55
branches:
66
- main
77
- beta
8+
9+
permissions:
10+
contents: write
11+
pull-requests: write
12+
deployments: write
13+
packages: write
14+
statuses: write
15+
issues: write
16+
actions: write
817

918
jobs:
1019
release:
@@ -23,6 +32,9 @@ jobs:
2332
- name: Install dependencies
2433
run: npm ci
2534

35+
- name: Build project
36+
run: npm run build
37+
2638
- name: Run Semantic Release
2739
env:
2840
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub token for Semantic Release

0 commit comments

Comments
 (0)