File tree Expand file tree Collapse file tree 3 files changed +4
-19
lines changed Expand file tree Collapse file tree 3 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 1
- # build output
2
- dist /
3
1
# generated types
4
- .astro /
5
-
6
- # dependencies
7
- node_modules /
8
-
9
- # logs
10
- npm-debug.log *
11
- yarn-debug.log *
12
- yarn-error.log *
13
- pnpm-debug.log *
14
-
2
+ .astro
15
3
16
4
# environment variables
17
5
.env
18
6
.env.production
19
-
20
- # macOS-specific files
21
- .DS_Store
Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ pnpm install
25
25
You can now start the documentation website by running:
26
26
27
27
```
28
- pnpm tkit
28
+ pnpm run docs
29
29
```
Original file line number Diff line number Diff line change 7
7
"prepare" : " is-ci || husky install" ,
8
8
"template:dev" : " TUTORIALKIT_DEV=true pnpm run build && pnpm run --filter=tutorialkit-starter dev" ,
9
9
"template:build" : " pnpm run build && pnpm run --filter=tutorialkit-starter build" ,
10
- "tkit " : " pnpm run --filter=tutorialkit.dev dev" ,
11
- "tkit :build" : " pnpm run --filter=tutorialkit.dev build" ,
10
+ "docs " : " pnpm run --filter=tutorialkit.dev dev" ,
11
+ "docs :build" : " pnpm run --filter=tutorialkit.dev build" ,
12
12
"test" : " pnpm run --filter=tutorialkit test"
13
13
},
14
14
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments