File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
8
+ permissions :
9
+ pull-requests : write
10
+
8
11
jobs :
9
12
publish :
10
13
runs-on : ubuntu-latest
29
32
- name : Create Release Pull Request or Publish to npm
30
33
uses : changesets/action@v1
31
34
with :
32
- publish : pnpm release
33
- version : pnpm version
35
+ publish : pnpm -w changeset:publish
36
+ version : pnpm -w changeset: version
34
37
env :
35
38
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36
39
NPM_TOKEN : ${{ secrets.NPM_PUBLISH_TOKEN }}
Original file line number Diff line number Diff line change 21
21
"test:ui" : " turbo run test:ui" ,
22
22
"typecheck" : " turbo run typecheck" ,
23
23
"changeset" : " changeset" ,
24
- "version" : " changeset version" ,
25
- "release " : " turbo run build --filter=@ngrok/mantle && changeset publish"
24
+ "changeset: version" : " changeset version" ,
25
+ "changeset:publish " : " turbo run build --filter=@ngrok/mantle && changeset publish"
26
26
},
27
27
"devDependencies" : {
28
28
"@changesets/changelog-github" : " 0.5.0" ,
Original file line number Diff line number Diff line change 29
29
"clean" : " rm -rf dist" ,
30
30
"lint" : " eslint ." ,
31
31
"prebuild" : " rm -rf dist" ,
32
- "prepublishOnly" : " pnpm -w run build -F @ngrok/mantle" ,
33
32
"test:ui" : " TZ=UTC vitest --ui" ,
34
33
"test:watch" : " TZ=UTC vitest watch" ,
35
34
"test" : " TZ=UTC vitest run" ,
You can’t perform that action at this time.
0 commit comments