Skip to content

Commit 55f9326

Browse files
committed
~ Test release
1 parent 17a6bc5 commit 55f9326

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: npm test
3232

3333
- name: Type check
34-
run: npm run typecheck -w tings
34+
run: npm run typecheck
3535

3636
- name: Setup config
3737
if: github.ref == 'refs/heads/main'
@@ -41,14 +41,14 @@ jobs:
4141
4242
- name: Release
4343
if: github.ref == 'refs/heads/main'
44-
run: npm run release -w tings
44+
run: npm run release
4545
env:
4646
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848

4949
- name: Build website
5050
if: github.ref == 'refs/heads/main'
51-
run: npm run build -w website
51+
run: npm run build:web
5252

5353
- name: Upload website artefacts
5454
if: github.ref == 'refs/heads/main'

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"hooks": {
3-
"before:init": ["npm run build"]
3+
"before:init": ["npm run build:lib"]
44
},
55
"github": {
66
"release": true

0 commit comments

Comments
 (0)