alpha
Login
or
Join now
gwen.works
/
churros-notella
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore(just): fix release_typescript
author
Ewen Le Bihan
date
2 years ago
(Oct 30, 2024, 12:22 PM +0100)
commit
12ec0695
12ec06953cac8596fb62445641aa1a3d65d07b1d
parent
2eae0521
2eae05215144492deb25723faaa639ccbe18f270
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
Justfile
+2
-2
Justfile
Reviewed
···
39
39
just gen_typescript
40
40
41
41
release_typescript:
42
42
+
git add *.ts
43
43
+
git commit -m "chore: update typescript types"
42
44
npm version minor
43
45
just gen_typescript
44
44
-
git add *.ts package.json
45
45
-
git commit -m "chore: update typescript types"
46
46
npm publish --access=public