File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ This is a guide for contributors.
5
5
## How to dev
6
6
7
7
- ` npm run build ` : Build for production
8
- - ` npm run dev ` : Run for development
9
8
- ` npm run lint ` : Run static-checking
10
- - ` npm run test ` : Run tests
9
+ - ` npm run test ` : Run tests (except E2E tests)
10
+ - ` npm run e2e ` : Run E2E tests
11
11
12
12
## How to release
13
13
Original file line number Diff line number Diff line change 4
4
"version" : " 0.0.0" ,
5
5
"type" : " commonjs" ,
6
6
"sideEffects" : false ,
7
- "repository" : " https://github.com/mizdra/app_name .git" ,
7
+ "repository" : " https://github.com/mizdra/graphql-fabbrica .git" ,
8
8
"author" :
" mizdra <[email protected] >" ,
9
9
"license" : " MIT" ,
10
- "private" : true ,
10
+ "private" : false ,
11
11
"exports" : {
12
12
"." : {
13
13
"types" : " ./dist/index.d.ts" ,
58
58
"access" : " public" ,
59
59
"registry" : " https://registry.npmjs.org/"
60
60
},
61
- "keywords" : [],
61
+ "keywords" : [
62
+ " testing" ,
63
+ " mock" ,
64
+ " graphql" ,
65
+ " graphql-code-generator"
66
+ ],
62
67
"files" : [
63
68
" src" ,
64
69
" !src/test" ,
You can’t perform that action at this time.
0 commit comments