File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 uses : actions/setup-node@v4
1515 with :
1616 node-version : ${{ inputs.node-version }}
17+ registry-url : ' https://registry.npmjs.org'
1718
1819 - name : Install pnpm
1920 uses : pnpm/action-setup@v4
Original file line number Diff line number Diff line change 3030 run : >
3131 pnpm --recursive
3232 --filter "@tutorialkit/*"
33- exec pnpm publish --provenance
33+ exec pnpm publish --provenance --access public
3434 env :
3535 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
3636
@@ -103,6 +103,6 @@ jobs:
103103 pnpm --recursive
104104 --filter tutorialkit
105105 --filter create-tutorial
106- exec pnpm publish --provenance
106+ exec pnpm publish --provenance --access public
107107 env :
108108 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 77 "bugs" : " https://github.com/stackblitz/tutorialkit/issues" ,
88 "homepage" : " https://github.com/stackblitz/tutorialkit" ,
99 "license" : " MIT" ,
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " git+https://github.com/stackblitz/tutorialkit.git" ,
13+ "directory" : " packages/astro"
14+ },
1015 "types" : " ./dist/index.d.ts" ,
1116 "exports" : {
1217 "." : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 77 "bugs" : " https://github.com/stackblitz/tutorialkit/issues" ,
88 "homepage" : " https://github.com/stackblitz/tutorialkit" ,
99 "license" : " MIT" ,
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " git+https://github.com/stackblitz/tutorialkit.git" ,
13+ "directory" : " packages/cli"
14+ },
1015 "bin" : {
1116 "tutorialkit" : " dist/index.js"
1217 },
Original file line number Diff line number Diff line change 77 "bugs" : " https://github.com/stackblitz/tutorialkit/issues" ,
88 "homepage" : " https://github.com/stackblitz/tutorialkit" ,
99 "license" : " MIT" ,
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " git+https://github.com/stackblitz/tutorialkit.git" ,
13+ "directory" : " packages/components/react"
14+ },
1015 "types" : " ./dist/index.d.ts" ,
1116 "exports" : {
1217 "." : {
Original file line number Diff line number Diff line change 77 "bugs" : " https://github.com/stackblitz/tutorialkit/issues" ,
88 "homepage" : " https://github.com/stackblitz/tutorialkit" ,
99 "license" : " MIT" ,
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " git+https://github.com/stackblitz/tutorialkit.git" ,
13+ "directory" : " packages/create-tutorial"
14+ },
1015 "bin" : {
1116 "create-tutorial" : " ./dist/index.js"
1217 },
Original file line number Diff line number Diff line change 77 "bugs" : " https://github.com/stackblitz/tutorialkit/issues" ,
88 "homepage" : " https://github.com/stackblitz/tutorialkit" ,
99 "license" : " MIT" ,
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " git+https://github.com/stackblitz/tutorialkit.git" ,
13+ "directory" : " packages/runtime"
14+ },
1015 "types" : " ./dist/index.d.ts" ,
1116 "exports" : {
1217 "." : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 77 "bugs" : " https://github.com/stackblitz/tutorialkit/issues" ,
88 "homepage" : " https://github.com/stackblitz/tutorialkit" ,
99 "license" : " MIT" ,
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " git+https://github.com/stackblitz/tutorialkit.git" ,
13+ "directory" : " packages/theme"
14+ },
1015 "types" : " ./dist/index.d.ts" ,
1116 "exports" : {
1217 "." : " ./dist/index.js"
Original file line number Diff line number Diff line change 77 "bugs" : " https://github.com/stackblitz/tutorialkit/issues" ,
88 "homepage" : " https://github.com/stackblitz/tutorialkit" ,
99 "license" : " MIT" ,
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " git+https://github.com/stackblitz/tutorialkit.git" ,
13+ "directory" : " packages/types"
14+ },
1015 "types" : " ./dist/index.d.ts" ,
1116 "exports" : {
1217 "." : " ./dist/index.js"
You can’t perform that action at this time.
0 commit comments