File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @contentauth/c2pa-wasm ' : patch
3
+ ' @contentauth/c2pa-web ' : patch
4
+ ---
5
+
6
+ Fix broken dependencies
Original file line number Diff line number Diff line change 24
24
id : changesets
25
25
uses : changesets/action@v1
26
26
with :
27
- publish : pnpm release
27
+ publish : pnpm ci: release
28
28
env :
29
29
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
30
30
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0" ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
- "release" : " pnpm prepublish && pnpm changeset :publish" ,
7
- "prepublish" : " pnpm exec nx run-many -t build --projects=tag:lib" ,
8
- "changeset :publish" : " changeset publish"
6
+ "ci: release" : " pnpm ci: prepublish && pnpm ci :publish" ,
7
+ "ci: prepublish" : " pnpm exec nx run-many -t build --projects=tag:lib" ,
8
+ "ci :publish" : " pnpm publish -r "
9
9
},
10
10
"private" : true ,
11
11
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments