File tree Expand file tree Collapse file tree 9 files changed +38
-2
lines changed Expand file tree Collapse file tree 9 files changed +38
-2
lines changed Original file line number Diff line number Diff line change 14
14
uses : actions/setup-node@v4
15
15
with :
16
16
node-version : ${{ inputs.node-version }}
17
+ registry-url : ' https://registry.npmjs.org'
17
18
18
19
- name : Install pnpm
19
20
uses : pnpm/action-setup@v4
Original file line number Diff line number Diff line change 30
30
run : >
31
31
pnpm --recursive
32
32
--filter "@tutorialkit/*"
33
- exec pnpm publish --provenance
33
+ exec pnpm publish --provenance --access public
34
34
env :
35
35
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
36
36
@@ -103,6 +103,6 @@ jobs:
103
103
pnpm --recursive
104
104
--filter tutorialkit
105
105
--filter create-tutorial
106
- exec pnpm publish --provenance
106
+ exec pnpm publish --provenance --access public
107
107
env :
108
108
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 7
7
"bugs" : " https://github.com/stackblitz/tutorialkit/issues" ,
8
8
"homepage" : " https://github.com/stackblitz/tutorialkit" ,
9
9
"license" : " MIT" ,
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/stackblitz/tutorialkit.git" ,
13
+ "directory" : " packages/astro"
14
+ },
10
15
"types" : " ./dist/index.d.ts" ,
11
16
"exports" : {
12
17
"." : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 7
7
"bugs" : " https://github.com/stackblitz/tutorialkit/issues" ,
8
8
"homepage" : " https://github.com/stackblitz/tutorialkit" ,
9
9
"license" : " MIT" ,
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/stackblitz/tutorialkit.git" ,
13
+ "directory" : " packages/cli"
14
+ },
10
15
"bin" : {
11
16
"tutorialkit" : " dist/index.js"
12
17
},
Original file line number Diff line number Diff line change 7
7
"bugs" : " https://github.com/stackblitz/tutorialkit/issues" ,
8
8
"homepage" : " https://github.com/stackblitz/tutorialkit" ,
9
9
"license" : " MIT" ,
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/stackblitz/tutorialkit.git" ,
13
+ "directory" : " packages/components/react"
14
+ },
10
15
"types" : " ./dist/index.d.ts" ,
11
16
"exports" : {
12
17
"." : {
Original file line number Diff line number Diff line change 7
7
"bugs" : " https://github.com/stackblitz/tutorialkit/issues" ,
8
8
"homepage" : " https://github.com/stackblitz/tutorialkit" ,
9
9
"license" : " MIT" ,
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/stackblitz/tutorialkit.git" ,
13
+ "directory" : " packages/create-tutorial"
14
+ },
10
15
"bin" : {
11
16
"create-tutorial" : " ./dist/index.js"
12
17
},
Original file line number Diff line number Diff line change 7
7
"bugs" : " https://github.com/stackblitz/tutorialkit/issues" ,
8
8
"homepage" : " https://github.com/stackblitz/tutorialkit" ,
9
9
"license" : " MIT" ,
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/stackblitz/tutorialkit.git" ,
13
+ "directory" : " packages/runtime"
14
+ },
10
15
"types" : " ./dist/index.d.ts" ,
11
16
"exports" : {
12
17
"." : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 7
7
"bugs" : " https://github.com/stackblitz/tutorialkit/issues" ,
8
8
"homepage" : " https://github.com/stackblitz/tutorialkit" ,
9
9
"license" : " MIT" ,
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/stackblitz/tutorialkit.git" ,
13
+ "directory" : " packages/theme"
14
+ },
10
15
"types" : " ./dist/index.d.ts" ,
11
16
"exports" : {
12
17
"." : " ./dist/index.js"
Original file line number Diff line number Diff line change 7
7
"bugs" : " https://github.com/stackblitz/tutorialkit/issues" ,
8
8
"homepage" : " https://github.com/stackblitz/tutorialkit" ,
9
9
"license" : " MIT" ,
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/stackblitz/tutorialkit.git" ,
13
+ "directory" : " packages/types"
14
+ },
10
15
"types" : " ./dist/index.d.ts" ,
11
16
"exports" : {
12
17
"." : " ./dist/index.js"
You can’t perform that action at this time.
0 commit comments