File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 8
8
permissions :
9
9
contents : read
10
10
packages : write
11
+ id-token : write
11
12
12
13
jobs :
13
14
release :
14
15
uses : rubriclab/package/.github/workflows/release-package.yml@main
16
+ secrets : inherit
Original file line number Diff line number Diff line change
1
+ - [ 2024-10-01] [ publish] ( https://github.com/RubricLab/config/commit/f55215965bfd2328590d64127d55d7548a9fdbd0 )
1
2
- [ 2024-10-01] [ release] ( https://github.com/RubricLab/config/commit/88b03ec8b92580fd55c9873c2ec3092f03fea02e )
2
3
# Changelog
3
4
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rubriclab/config" ,
3
- "version" : " 0.0.4 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"exports" : {
5
5
"./biome" : " ./biome.json" ,
6
6
"./tsconfig" : " ./tsconfig.json" ,
11
11
"@biomejs/biome" : " 1.9.2"
12
12
},
13
13
"dependencies" : {
14
- "@rubriclab/package" : " latest "
14
+ "@rubriclab/package" : " workspace:* "
15
15
},
16
16
"simple-git-hooks" : {
17
17
"post-commit" : " bun run rubriclab-postcommit"
18
18
},
19
19
"scripts" : {
20
- "prepare" : " bunx simple-git-hooks"
20
+ "prepare" : " bunx simple-git-hooks" ,
21
+ "bleed" : " bunx npm-check-updates -u && bun i" ,
22
+ "clean" : " rm -rf .next && rm -rf node_modules"
21
23
}
22
24
}
You can’t perform that action at this time.
0 commit comments